Home
last modified time | relevance | path

Searched refs:m_start_time (Results 76 – 100 of 499) sorted by relevance

12345678910>>...20

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_threads.cc237 m_row.m_start_time= pfs->m_start_time; in make_row()
333 if (m_row.m_start_time) in read_row_values()
336 ulonglong elapsed= (now > m_row.m_start_time ? now - m_row.m_start_time : 0); in read_row_values()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dtable_threads.cc237 m_row.m_start_time= pfs->m_start_time; in make_row()
330 if (m_row.m_start_time) in read_row_values()
333 ulonglong elapsed= (now > m_row.m_start_time ? now - m_row.m_start_time : 0); in read_row_values()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_threads.cc237 m_row.m_start_time= pfs->m_start_time; in make_row()
333 if (m_row.m_start_time) in read_row_values()
336 ulonglong elapsed= (now > m_row.m_start_time ? now - m_row.m_start_time : 0); in read_row_values()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_threads.cc237 m_row.m_start_time= pfs->m_start_time; in make_row()
333 if (m_row.m_start_time) in read_row_values()
336 ulonglong elapsed= (now > m_row.m_start_time ? now - m_row.m_start_time : 0); in read_row_values()
/dports/devel/liborcus/liborcus-0.16.1/benchmark/
H A Djson_parser.cpp27 m_start_time = get_time(); in stack_printer()
33 fprintf(stdout, "%s: --end (duration: %g sec)\n", m_msg.c_str(), (end_time-m_start_time)); in ~stack_printer()
45 double m_start_time; member in __anon8179212f0111::stack_printer
H A Dthreaded_json_parser.cpp26 m_start_time = get_time(); in stack_printer()
32 fprintf(stdout, "%s: --end (duration: %g sec)\n", m_msg.c_str(), (end_time-m_start_time)); in ~stack_printer()
44 double m_start_time; member in __anon0ab01b2f0111::stack_printer
/dports/games/sea-defender/Sea-Defender-d628051/
H A Dfx_moving_text.cpp10 m_start_time = g_timer->now(); in FX_Moving_Text()
24 float fx_time = g_timer->now() - m_start_time; in update()
H A Dfx_ship_expl.cpp14 m_start_time = g_timer->now(); in FX_Ship_Explosion()
30 if (g_timer->now() - m_start_time > m_duration) { in update()
H A Dtorpedo.cpp7 m_start_pos(start_pos),m_pos(m_start_pos),m_start_time(g_timer->now()), in Torpedo()
17 float tdiff = t - m_start_time; in update()
H A Dmissile.cpp12 m_start_pos(start_pos),m_pos(m_start_pos),m_start_time(g_timer->now()), in Missile()
29 float tdiff = t - m_start_time; in update()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dtsbpd_time.cpp58 m_fout << count_microseconds(steady_clock::now() - m_start_time) << ","; in trace()
81 m_start_time = srt::sync::steady_clock::now(); in create_file()
82 std::string str_tnow = srt::sync::FormatTimeSys(m_start_time); in create_file()
99 srt::sync::steady_clock::time_point m_start_time; member in srt::drift_logger
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_threads.cc313 m_row.m_start_time = pfs->m_start_time; in make_row()
414 if (m_row.m_start_time) { in read_row_values()
417 (now > m_row.m_start_time ? now - m_row.m_start_time : 0); in read_row_values()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dtracker_manager.cpp55 : m_start_time(clock_type::now()) in timeout_handler()
56 , m_read_time(m_start_time) in timeout_handler()
69 m_start_time = m_read_time = clock_type::now(); in set_timeout()
118 time_duration completion_timeout = now - m_start_time; in timeout_callback()
135 ? int(m_completion_timeout - total_seconds(m_read_time - m_start_time)) in timeout_callback()
136 : std::min(int(m_completion_timeout - total_seconds(m_read_time - m_start_time)), timeout); in timeout_callback()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dtracker_manager.cpp55 : m_start_time(clock_type::now()) in timeout_handler()
56 , m_read_time(m_start_time) in timeout_handler()
69 m_start_time = m_read_time = clock_type::now(); in set_timeout()
118 time_duration completion_timeout = now - m_start_time; in timeout_callback()
135 ? int(m_completion_timeout - total_seconds(m_read_time - m_start_time)) in timeout_callback()
136 : std::min(int(m_completion_timeout - total_seconds(m_read_time - m_start_time)), timeout); in timeout_callback()
/dports/games/minetest/minetest-5.4.1/src/
H A Dprofiler.cpp60 m_start_time = porting::getTimeMs(); in Profiler()
103 m_start_time = porting::getTimeMs(); in clear()
133 return porting::getTimeMs() - m_start_time; in getElapsedMs()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_session.cpp34 m_start_time(std::chrono::system_clock::now()), in Session()
119 m_start_time = std::chrono::system_clock::from_time_t(start_time); in Session()
147 .encode(static_cast<size_t>(std::chrono::system_clock::to_time_t(m_start_time))) in DER_encode()
177 std::chrono::system_clock::now() - m_start_time); in session_age()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_session.cpp34 m_start_time(std::chrono::system_clock::now()), in Session()
119 m_start_time = std::chrono::system_clock::from_time_t(start_time); in Session()
147 .encode(static_cast<size_t>(std::chrono::system_clock::to_time_t(m_start_time))) in DER_encode()
177 std::chrono::system_clock::now() - m_start_time); in session_age()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_session.cpp34 m_start_time(std::chrono::system_clock::now()), in Session()
119 m_start_time = std::chrono::system_clock::from_time_t(start_time); in Session()
147 .encode(static_cast<size_t>(std::chrono::system_clock::to_time_t(m_start_time))) in DER_encode()
177 std::chrono::system_clock::now() - m_start_time); in session_age()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/sample/so_5/hardwork_imit/
H A Dmain.cpp59 m_start_time = std::chrono::steady_clock::now(); in so_evt_start()
86 finish_time - m_start_time ).count() in evt_hardwork_checked()
104 std::chrono::steady_clock::time_point m_start_time; member in a_manager_t
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/communication/
H A Dsc_clock.h107 { return m_start_time; } in start_time()
158 sc_time m_start_time; // the start time of the first edge variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dbench.h62 time_point m_start_time; variable
78 m_start_time = clock::now(); in KeepRunning()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dbench.h62 time_point m_start_time; variable
78 m_start_time = clock::now(); in KeepRunning()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dbench.h62 time_point m_start_time; variable
78 m_start_time = clock::now(); in KeepRunning()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dbench.h64 time_point m_start_time; variable
80 m_start_time = clock::now(); in KeepRunning()
/dports/science/chrono/chrono-7.0.1/src/demos/robot/robosimian/sequential/
H A Ddemo_ROBOT_RoboSimian_SCM.cpp87 double GetDuration() const { return m_robot->GetSystem()->GetChTime() - m_start_time; } in GetDuration()
102 double m_start_time; // cached time at last location member in DBPcontroller
116 m_start_time(0), in DBPcontroller()
149 m_start_time = m_robot->GetSystem()->GetChTime(); in OnPhaseChange()
157 m_start_time = m_robot->GetSystem()->GetChTime(); in OnPhaseChange()

12345678910>>...20