Searched defs:profile_events (Results 1 – 6 of 6) sorted by relevance
54 auto profile_events = profiler.GetProfileEvents(); in TEST() local68 auto profile_events = profiler.GetProfileEvents(); in TEST() local77 auto profile_events = profiler.GetProfileEvents(); in TEST() local122 auto profile_events = profiler.GetProfileEvents(); in TEST() local131 auto profile_events = profiler.GetProfileEvents(); in TEST() local
117 std::vector<const ProfileEvent*> profile_events; in GetProfileEvents() local
50 auto profile_events = profiler_.GetProfileEvents(); in OnBenchmarkStart() local64 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd() local
196 def report_category(category, profile_events): argument
343 auto profile_events = profiler->GetProfileEvents(); in RunInference() local
81 profile_events: Optional[List[ProfileEvent]] = None variable in InstructionEvent