Add CPU invoke to Perfetto trace

PiperOrigin-RevId: 485464221
This commit is contained in:
MediaPipe Team
2022-11-01 17:50:39 -07:00
committed by Copybara-Service
parent ecd93ff080
commit aaf98ea43c
7 changed files with 18 additions and 7 deletions
@@ -135,6 +135,7 @@ message GraphTrace {
PACKET_QUEUED = 15;
GPU_TASK_INVOKE = 16;
TPU_TASK_INVOKE = 17;
CPU_TASK_INVOKE = 18;
}
// //depot/mediapipe/framework/mediapipe_profiling.h:profiler_census_tags,
// //depot/mediapipe/framework/profiler/trace_buffer.h:event_type_list,