mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: add RAPL-based SysprofEnergyUsage
This does what we did previously with RAPL via sysprofd, with the new SysprofInstrument API.
This commit is contained in:
@ -2,6 +2,7 @@ libsysprof_profile_public_sources = [
|
||||
'sysprof-battery-charge.c',
|
||||
'sysprof-cpu-usage.c',
|
||||
'sysprof-disk-usage.c',
|
||||
'sysprof-energy-usage.c',
|
||||
'sysprof-instrument.c',
|
||||
'sysprof-memory-usage.c',
|
||||
'sysprof-network-usage.c',
|
||||
@ -26,6 +27,7 @@ libsysprof_profile_public_headers = [
|
||||
'sysprof-battery-charge.h',
|
||||
'sysprof-cpu-usage.h',
|
||||
'sysprof-disk-usage.h',
|
||||
'sysprof-energy-usage.h',
|
||||
'sysprof-instrument.h',
|
||||
'sysprof-memory-usage.h',
|
||||
'sysprof-network-usage.h',
|
||||
|
||||
Reference in New Issue
Block a user