1syntax = "proto2"; 2 3package android.automotive.computepipe.proto; 4 5enum ProfilingType { 6 DISABLED = 0; 7 LATENCY = 1; 8 TRACE_EVENTS = 2; 9} 10