Home
last modified time | relevance | path

Searched refs:PREDICTION_VALID (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/test/trace_processor/graphics/
Dframe_timeline_events.py43 PREDICTION_VALID = 1; variable in PredictionType
52 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID)
58 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID)
62 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID)
69 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID)
73 …on=0, jank_type=JankType.JANK_APP_DEADLINE_MISSED, prediction_type=PredictionType.PREDICTION_VALID)
80 …position=0, jank_type=JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID)
84 …position=0, jank_type=JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID)
90 …CPU_DEADLINE_MISSED | JankType.JANK_SF_SCHEDULING, prediction_type=PredictionType.PREDICTION_VALID)
96 …, gpu_composition=0, jank_type=JankType.JANK_NONE, prediction_type=PredictionType.PREDICTION_VALID)
[all …]
/external/perfetto/protos/perfetto/trace/android/
Dframe_timeline_event.proto62 PREDICTION_VALID = 1; enumerator
/external/perfetto/src/trace_processor/importers/proto/
Dframe_timeline_event_parser.cc116 if (prediction_type >= FrameTimelineEvent::PREDICTION_VALID /*1*/ && in ValidatePredictionType()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2145 PREDICTION_VALID = 1; enumerator