Home
last modified time | relevance | path

Searched refs:m_timer (Results 2801 – 2825 of 3062) sorted by relevance

1...<<111112113114115116117118119120>>...123

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_engine_table.cc649 m_normalizer= time_normalizer::get(*instr_class->m_timer); in get_normalizer()
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/
H A Dpfs_engine_table.cc521 m_normalizer= time_normalizer::get(*instr_class->m_timer); in get_normalizer()
H A Dpfs_instr_class.cc1017 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/perfschema/
H A Dpfs_engine_table.cc521 m_normalizer= time_normalizer::get(*instr_class->m_timer); in get_normalizer()
H A Dpfs_instr_class.cc1017 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/qmgr/
H A DQmgrMain.cpp767 m_connectivity_check.m_timer.setDelay(0); in setCCDelay()
772 m_connectivity_check.m_timer.setDelay(aCCDelay < 10 ? 10 : aCCDelay); in setCCDelay()
773 m_connectivity_check.m_timer.reset(now); in setCCDelay()
3456 if (m_connectivity_check.m_timer.check(TcurrentTime)) { in timerHandlingLab()
3459 m_connectivity_check.m_timer.reset(TcurrentTime); in timerHandlingLab()
8267 m_connectivity_check.m_timer.reset(now); in startConnectivityCheck()
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/
H A Dui_qt.cpp1158 ,m_timer(new QTimer(this)) in MainWindow()
1514 connect(m_timer, SIGNAL(timeout()), this, SLOT(onTimeout())); in MainWindow()
1587 m_timer->start(TIMER_MSEC); in MainWindow()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh4.h356 emu_timer *m_timer[3]; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh4.h356 emu_timer *m_timer[3]; variable
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dpfs_instr_class.cc1015 klass->m_timer= class_timers[class_type]; in init_instr_class()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgthreadedrenderloop.cpp367 QElapsedTimer m_timer; member in QSGRenderThread
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgthreadedrenderloop.cpp367 QElapsedTimer m_timer; member in QSGRenderThread
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di8087.cpp214 m_timer = timer_alloc(); in device_start()
259 m_timer->adjust(attotime::from_hz((m_icount ? m_icount : 1) * clock())); in execute()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di8087.cpp214 m_timer = timer_alloc(); in device_start()
259 m_timer->adjust(attotime::from_hz((m_icount ? m_icount : 1) * clock())); in execute()
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A Dcatch.hpp1647 Timer m_timer; member in Catch::Section
1669 Timer m_timer; member in Catch::BenchmarkLooper
1679 m_timer.start(); in BenchmarkLooper()
4301 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7985 m_timer.start(); in Section()
7994 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
/dports/cad/librepcb/librepcb-0.1.6/libs/optional/tests/
H A Dcatch.hpp1647 Timer m_timer; member in Catch::Section
1669 Timer m_timer; member in Catch::BenchmarkLooper
1679 m_timer.start(); in BenchmarkLooper()
4301 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7985 m_timer.start(); in Section()
7994 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
/dports/editors/textadept/scintilla/test/unit/
H A Dcatch.hpp1647 Timer m_timer; member in Catch::Section
1669 Timer m_timer; member in Catch::BenchmarkLooper
1679 m_timer.start(); in BenchmarkLooper()
4301 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7985 m_timer.start(); in Section()
7994 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
/dports/devel/tl-expected/expected-1.0.0/tests/
H A Dcatch.hpp1647 Timer m_timer; member in Catch::Section
1669 Timer m_timer; member in Catch::BenchmarkLooper
1679 m_timer.start(); in BenchmarkLooper()
4301 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7985 m_timer.start(); in Section()
7994 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/tests/catch/
H A Dcatch.hpp1651 Timer m_timer; member in Catch::Section
1673 Timer m_timer; member in Catch::BenchmarkLooper
1683 m_timer.start(); in BenchmarkLooper()
4305 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7989 m_timer.start(); in Section()
7998 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
/dports/devel/libopentracing/opentracing-cpp-1.6.0/3rd_party/include/opentracing/catch2/
H A Dcatch.hpp1647 Timer m_timer; member in Catch::Section
1669 Timer m_timer; member in Catch::BenchmarkLooper
1679 m_timer.start(); in BenchmarkLooper()
4301 auto elapsed = m_timer.getElapsedNanoseconds(); in needsMoreIterations()
7985 m_timer.start(); in Section()
7994 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()

1...<<111112113114115116117118119120>>...123