sysprof: add missing CPU usage recording to template

This commit is contained in:
Christian Hergert
2023-08-08 12:13:44 -07:00
parent 4948364746
commit 3a875aaf26

View File

@ -543,6 +543,9 @@ sysprof_recording_template_apply (SysprofRecordingTemplate *self,
if (self->bundle_symbols)
sysprof_profiler_add_instrument (profiler, sysprof_symbols_bundle_new ());
if (self->cpu_usage)
sysprof_profiler_add_instrument (profiler, sysprof_cpu_usage_new ());
if (self->disk_usage)
sysprof_profiler_add_instrument (profiler, sysprof_disk_usage_new ());