Home
last modified time | relevance | path

Searched refs:m_timer (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/internal/
Dcatch_section.cpp19 m_timer.start(); in Section()
24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
Dcatch_benchmark.h25 Timer m_timer; variable
35 m_timer.start(); in BenchmarkLooper()
Dcatch_benchmark.cpp24 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
Dcatch_section.h34 Timer m_timer; variable
/external/eigen/demos/opengl/
Dquaternion_demo.cpp271 m_alpha += double(m_timer.interval()) * 1e-3; in animate()
343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in keyPressEvent()
344 m_timer.start(1000/30); in keyPressEvent()
357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in stopAnimation()
358 m_timer.stop(); in stopAnimation()
546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in resetCamera()
547 m_timer.start(1000/30); in resetCamera()
Dquaternion_demo.h62 QTimer m_timer; variable
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm46 NSTimer* m_timer; // timer for rendering our OpenGL content field
550m_timer = [NSTimer scheduledTimerWithTimeInterval:(1.0 / KFPS) target:self selector:@selector(rend…
674 [m_timer invalidate];
/external/catch2/single_include/catch2/
Dcatch.hpp2549 Timer m_timer; member in Catch::Section
2578 Timer m_timer; member in Catch::BenchmarkLooper
2588 m_timer.start(); in BenchmarkLooper()
6461 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
10738 m_timer.start(); in Section()
10743 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
/external/bcc/tests/cc/
Dcatch.hpp2316 Timer m_timer; member in Catch::Section
7850 m_timer.start(); in Section()
7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()