mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: add listmodel of processes
This is handy to be able to show a list of processes that were contained within a particular capture file.
This commit is contained in:
@ -12,10 +12,11 @@ libsysprof_analyze_testsuite_c_args = [
|
||||
]
|
||||
|
||||
libsysprof_analyze_testsuite = {
|
||||
'test-capture-model' : {'skip': true},
|
||||
'test-list-files' : {'skip': true},
|
||||
'test-print-file' : {'skip': true},
|
||||
'test-symbolize' : {'skip': true},
|
||||
'test-capture-model' : {'skip': true},
|
||||
'test-list-files' : {'skip': true},
|
||||
'test-print-file' : {'skip': true},
|
||||
'test-list-processes' : {'skip': true},
|
||||
'test-symbolize' : {'skip': true},
|
||||
}
|
||||
|
||||
libsysprof_analyze_testsuite_deps = [
|
||||
|
||||
Reference in New Issue
Block a user