blob: f2215a71de5a7588cae60bbdebfc2f591840e83d [file] [log] [blame]
syntax = "proto2";
package android.automotive.computepipe.proto;
enum ProfilingType {
DISABLED = 0;
LATENCY = 1;
TRACE_EVENTS = 2;
}