Searched refs:GetProfileEvents (Results 1 – 6 of 6) sorted by relevance
118 auto events = profiler.GetProfileEvents(); in TEST()120 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()139 auto events = profiler.GetProfileEvents(); in TEST()141 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()
54 auto profile_events = profiler.GetProfileEvents(); in TEST()63 auto profile_events = profiler.GetProfileEvents(); in TEST()108 auto profile_events = profiler.GetProfileEvents(); in TEST()
85 std::vector<const ProfileEvent*> GetProfileEvents() { in GetProfileEvents() function172 std::vector<const ProfileEvent*> GetProfileEvents() { return {}; } in GetProfileEvents() function
28 std::vector<const ProfileEvent*> GetProfileEvents(const ProfileBuffer& buffer) { in GetProfileEvents() function50 auto event = GetProfileEvents(buffer)[0]; in TEST()
207 auto profile_events = profiler->GetProfileEvents(); in RunInference()
64 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd()