Home
last modified time | relevance | path

Searched refs:MockTimer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
Dtimer_test.cpp27 class MockTimer : public Timer { class
29 MockTimer(std::ostream* out, bool measure_mem_usage = false) in MockTimer() function in spvtools::utils::__anon191453380111::MockTimer
42 TEST(MockTimer, DoNothing) { in TEST() argument
46 MockTimer timer(&buf); in TEST()
68 TEST(MockTimer, TestScopedTimer) { in TEST() argument
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp27 class MockTimer : public Timer { class
29 MockTimer(std::ostream* out, bool measure_mem_usage = false) in MockTimer() function in spvtools::utils::__anon1c7653240111::MockTimer
42 TEST(MockTimer, DoNothing) { in TEST() argument
46 MockTimer timer(&buf); in TEST()
68 TEST(MockTimer, TestScopedTimer) { in TEST() argument
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()
/third_party/spirv-tools/test/
Dtimer_test.cpp27 class MockTimer : public Timer { class
29 MockTimer(std::ostream* out, bool measure_mem_usage = false) in MockTimer() function in spvtools::utils::__anon64fae1430111::MockTimer
42 TEST(MockTimer, DoNothing) { in TEST() argument
46 MockTimer timer(&buf); in TEST()
68 TEST(MockTimer, TestScopedTimer) { in TEST() argument
72 ScopedTimer<MockTimer> scopedtimer(&buf, "ScopedTimerTest"); in TEST()