mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
tests: stub out a tool to print thread/pid information
This commit is contained in:
@ -27,3 +27,8 @@ sysprof_profiler_ctl = executable('sysprof-profiler-ctl',
|
||||
dependencies: [ tools_deps, gio_unix_dep ],
|
||||
install: false,
|
||||
)
|
||||
|
||||
list_threads = executable('list-threads', ['list-threads.c'],
|
||||
dependencies: [ tools_deps ],
|
||||
install: false,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user