mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: add network usage instrument
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
libsysprof_profile_public_sources = [
|
||||
'sysprof-cpu-usage.c',
|
||||
'sysprof-instrument.c',
|
||||
'sysprof-network-usage.c',
|
||||
'sysprof-profiler.c',
|
||||
'sysprof-recording.c',
|
||||
'sysprof-spawnable.c',
|
||||
@ -18,6 +19,7 @@ libsysprof_profile_public_headers = [
|
||||
|
||||
'sysprof-instrument.h',
|
||||
'sysprof-cpu-usage.h',
|
||||
'sysprof-network-usage.h',
|
||||
'sysprof-profiler.h',
|
||||
'sysprof-recording.h',
|
||||
'sysprof-spawnable.h',
|
||||
|
||||
Reference in New Issue
Block a user