Searched refs:ScopedInstructionProfiler (Results 1 – 2 of 2) sorted by relevance
33 class ScopedInstructionProfiler; variable67 std::unique_ptr<ScopedInstructionProfiler> MakeScopedInstructionProfiler(87 class ScopedInstructionProfiler {89 ScopedInstructionProfiler(HloExecutionProfiler* profiler, in ScopedInstructionProfiler() function96 ~ScopedInstructionProfiler() { in ~ScopedInstructionProfiler()
110 std::unique_ptr<ScopedInstructionProfiler>119 return absl::make_unique<ScopedInstructionProfiler>(this, hlo_instruction); in MakeScopedInstructionProfiler()