Searched refs:GetProfileEvents (Results 1 – 7 of 7) sorted by relevance
54 auto profile_events = profiler.GetProfileEvents(); in TEST()68 auto profile_events = profiler.GetProfileEvents(); in TEST()77 auto profile_events = profiler.GetProfileEvents(); in TEST()122 auto profile_events = profiler.GetProfileEvents(); in TEST()131 auto profile_events = profiler.GetProfileEvents(); in TEST()
121 auto events = profiler.GetProfileEvents(); in TEST()123 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()142 auto events = profiler.GetProfileEvents(); in TEST()144 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()184 auto events = profiler.GetProfileEvents(); in TEST_F()211 auto events = profiler.GetProfileEvents(); in TEST_F()
29 std::vector<const ProfileEvent*> GetProfileEvents(const ProfileBuffer& buffer) { in GetProfileEvents() function52 auto event = GetProfileEvents(buffer)[0]; in TEST()75 auto event = GetProfileEvents(buffer)[0]; in TEST()
40 std::vector<const ProfileEvent*> GetProfileEvents() { return {}; } in GetProfileEvents() function
111 std::vector<const ProfileEvent*> GetProfileEvents() { in GetProfileEvents() function
49 auto profile_events = profiler_.GetProfileEvents(); in OnBenchmarkStart()63 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd()
376 auto profile_events = profiler->GetProfileEvents(); in RunInference()