Internal change

PiperOrigin-RevId: 477589603
This commit is contained in:
MediaPipe Team
2022-09-28 17:09:20 -07:00
committed by Copybara-Service
parent dcc5587483
commit 80fd47b820
+3
View File
@@ -21,10 +21,13 @@ data_sources: {
# - what is happening on each CPU at each moment
ftrace_events: "power/cpu_frequency"
ftrace_events: "power/cpu_idle"
# TODO: CPU frequency does not show up without scheduling
ftrace_events: "sched/sched_switch"
compact_sched {
enabled: true
}
# GPU
ftrace_events: "power/gpu_frequency"
}
}
}