Home
last modified time | relevance | path

Searched refs:ScopedTimer (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.h38 // Creates an object of ScopedTimer to measure the resource utilization for the
49 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
227 // The purpose of ScopedTimer is to measure the resource utilization for a
228 // scope. Simply creating a local variable of ScopedTimer will call
238 // spvtools::utils::ScopedTimer<spvtools::utils::Timer>
243 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
249 class ScopedTimer { class
251 ScopedTimer(std::ostream* out, const char* tag, in ScopedTimer() function in spvtools::utils::ScopedTimer
259 virtual ~ScopedTimer() { in ~ScopedTimer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dtimer.h38 // Creates an object of ScopedTimer to measure the resource utilization for the
49 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
227 // The purpose of ScopedTimer is to measure the resource utilization for a
228 // scope. Simply creating a local variable of ScopedTimer will call
238 // spvtools::utils::ScopedTimer<spvtools::utils::Timer>
243 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
249 class ScopedTimer { class
251 ScopedTimer(std::ostream* out, const char* tag, in ScopedTimer() function in spvtools::utils::ScopedTimer
259 virtual ~ScopedTimer() { in ~ScopedTimer()
[all...]
/third_party/spirv-tools/source/util/
H A Dtimer.h38 // Creates an object of ScopedTimer to measure the resource utilization for the
49 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
52 spvtools::utils::ScopedTimer<spvtools::utils::Timer> timer##__LINE__( \
227 // The purpose of ScopedTimer is to measure the resource utilization for a
228 // scope. Simply creating a local variable of ScopedTimer will call
238 // spvtools::utils::ScopedTimer<spvtools::utils::Timer>
243 // } // <-- end of this scope. The destructor of ScopedTimer prints tag and
249 class ScopedTimer { class
251 ScopedTimer(std::ostream* out, const char* tag, in ScopedTimer() function in spvtools::utils::ScopedTimer
259 virtual ~ScopedTimer() { in ~ScopedTimer()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtimer_test.cpp65 // This unit test checks whether the ScopedTimer<MockTimer> correctly reports
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtimer_test.cpp65 // This unit test checks whether the ScopedTimer<MockTimer> correctly reports
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/third_party/spirv-tools/test/
H A Dtimer_test.cpp65 // This unit test checks whether the ScopedTimer<MockTimer> correctly reports
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc324 struct ScopedTimer { struct
325 explicit ScopedTimer(base::TimeDelta* location) : location_(location) { in ScopedTimer() function
330 ~ScopedTimer() { *location_ += timer_.Elapsed(); } in ~ScopedTimer()
363 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
375 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()
383 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()
448 ScopedTimer t(&time_taken_to_prepare_); in PrepareJob()
457 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
468 ScopedTimer t(&time_taken_to_finalize_); in FinalizeJob()
2160 ScopedTimer time in Compile()
[all...]

Completed in 7 milliseconds