Internal change

PiperOrigin-RevId: 477589603
This commit is contained in:
MediaPipe Team 2022-09-28 17:07:20 -07:00 committed by Copybara-Service
parent dcc5587483
commit 80fd47b820

View File

@ -21,10 +21,13 @@ data_sources: {
# - what is happening on each CPU at each moment # - what is happening on each CPU at each moment
ftrace_events: "power/cpu_frequency" ftrace_events: "power/cpu_frequency"
ftrace_events: "power/cpu_idle" ftrace_events: "power/cpu_idle"
# TODO: CPU frequency does not show up without scheduling
ftrace_events: "sched/sched_switch" ftrace_events: "sched/sched_switch"
compact_sched { compact_sched {
enabled: true enabled: true
} }
# GPU
ftrace_events: "power/gpu_frequency"
} }
} }
} }