mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-profile: allow setting performance profile
This allows setting the net.hadess.PowerProfiles during the execution of the Sysprof run. This is handy if you want to test in a specific mode (such as performance) but not leave your system in that state.
This commit is contained in:
@ -8,6 +8,7 @@ libsysprof_profile_public_sources = [
|
||||
'sysprof-memory-usage.c',
|
||||
'sysprof-malloc-tracing.c',
|
||||
'sysprof-network-usage.c',
|
||||
'sysprof-power-profile.c',
|
||||
'sysprof-profiler.c',
|
||||
'sysprof-proxied-instrument.c',
|
||||
'sysprof-recording.c',
|
||||
@ -37,6 +38,7 @@ libsysprof_profile_public_headers = [
|
||||
'sysprof-memory-usage.h',
|
||||
'sysprof-malloc-tracing.h',
|
||||
'sysprof-network-usage.h',
|
||||
'sysprof-power-profile.h',
|
||||
'sysprof-profiler.h',
|
||||
'sysprof-proxied-instrument.h',
|
||||
'sysprof-recording.h',
|
||||
|
||||
Reference in New Issue
Block a user