Searched refs:PerformanceTag (Results 1 – 3 of 3) sorted by relevance
55 enum PerformanceTag { enum181 void PushTrace(PerformanceTag tag, uint8_t name, uint8_t description);
55 PerformanceTag parentPhase;286 void JSProfiler::PushTrace(PerformanceTag tag, uint8_t name, uint8_t description) in PushTrace()
59 START_TRACING_WITH_EXTRA_INFO((PerformanceTag)tag, component, description); in StartTracing()