Home
last modified time | relevance | path

Searched defs:stopwatch (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver/
H A Dstopwatch.go7 type stopwatch struct { struct
8 t1 time.Time
9 t2 time.Time
10 running bool
14 func (st *stopwatch) mark() {
24 func (st *stopwatch) reset() {
29 func (st *stopwatch) elapsed() time.Duration {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver/
H A Dstopwatch.go7 type stopwatch struct { struct
8 t1 time.Time
9 t2 time.Time
10 running bool
14 func (st *stopwatch) mark() {
24 func (st *stopwatch) reset() {
29 func (st *stopwatch) elapsed() time.Duration {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver/
H A Dstopwatch.go7 type stopwatch struct { struct
8 t1 time.Time
9 t2 time.Time
10 running bool
14 func (st *stopwatch) mark() {
24 func (st *stopwatch) reset() {
29 func (st *stopwatch) elapsed() time.Duration {
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/performance/
H A Dbernoulli_performance.cpp11 struct stopwatch struct
14 stopwatch() in stopwatch() function
33 stopwatch<boost::chrono::high_resolution_clock> w; in time() argument
/dports/databases/percona57-server/boost_1_59_0/libs/math/performance/
H A Dbernoulli_performance.cpp11 struct stopwatch struct
14 stopwatch() in stopwatch() argument
33 stopwatch<boost::chrono::high_resolution_clock> w; in time() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/math/performance/
H A Dbernoulli_performance.cpp11 struct stopwatch struct
14 stopwatch() in stopwatch() argument
33 stopwatch<boost::chrono::high_resolution_clock> w; in time() argument
/dports/databases/percona57-client/boost_1_59_0/libs/math/performance/
H A Dbernoulli_performance.cpp11 struct stopwatch struct
14 stopwatch() in stopwatch() argument
33 stopwatch<boost::chrono::high_resolution_clock> w; in time() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/performance/
H A Dbernoulli_performance.cpp11 struct stopwatch struct
14 stopwatch() in stopwatch() argument
33 stopwatch<boost::chrono::high_resolution_clock> w; in time() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/multiprecision/performance/
H A Dmiller_rabin_performance.hpp28 struct stopwatch struct
31 stopwatch() in stopwatch() argument
58 stopwatch<boost::chrono::high_resolution_clock> c; in test_miller_rabin() argument
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/performance/
H A Dmiller_rabin_performance.hpp28 struct stopwatch struct
31 stopwatch() in stopwatch() argument
58 stopwatch<boost::chrono::high_resolution_clock> c; in test_miller_rabin() argument
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/utils/
H A Dstopwatch.c66 void stopwatch_free(STOPWATCH* stopwatch) in stopwatch_free()
71 void stopwatch_start(STOPWATCH* stopwatch) in stopwatch_start()
77 void stopwatch_stop(STOPWATCH* stopwatch) in stopwatch_stop()
83 void stopwatch_reset(STOPWATCH* stopwatch) in stopwatch_reset()
91 double stopwatch_get_elapsed_time_in_seconds(STOPWATCH* stopwatch) in stopwatch_get_elapsed_time_in_seconds()
96 void stopwatch_get_elapsed_time_in_useconds(STOPWATCH* stopwatch, UINT32* sec, UINT32* usec) in stopwatch_get_elapsed_time_in_useconds()
/dports/x11-clocks/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.5.0/panel-plugin/
H A Dstopwatch.c32 stopwatch_save (XfcePanelPlugin *plugin, StopwatchPlugin *stopwatch) in stopwatch_save()
62 stopwatch_load (StopwatchPlugin *stopwatch) in stopwatch_load()
98 StopwatchPlugin *stopwatch = (StopwatchPlugin *)user_data; in stopwatch_toggle() local
113 StopwatchPlugin *stopwatch = (StopwatchPlugin *)ptr; in stopwatch_update_display() local
127 StopwatchPlugin *stopwatch; in stopwatch_new() local
171 stopwatch_free (XfcePanelPlugin *plugin, StopwatchPlugin *stopwatch) in stopwatch_free()
181 StopwatchPlugin *stopwatch) in stopwatch_orientation_changed()
190 StopwatchPlugin *stopwatch) in stopwatch_size_changed()
205 stopwatch_reset (GtkWidget *item, StopwatchPlugin *stopwatch) in stopwatch_reset()
215 StopwatchPlugin *stopwatch; in stopwatch_construct() local
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/example/
H A Dmpfr_precision.cpp59 struct stopwatch struct
64 stopwatch() : m_start(clock_type::now()) { } in stopwatch() function
66 stopwatch(const stopwatch& other) : m_start(other.m_start) { } in stopwatch() function
68 stopwatch& operator=(const stopwatch& other) in operator =() argument
74 ~stopwatch() { } in ~stopwatch() argument
76 float elapsed() const in elapsed()
81 void reset() in reset()
87 typename clock_type::time_point m_start;
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/example/
H A Dmpfr_precision.cpp59 struct stopwatch struct
64 stopwatch() : m_start(clock_type::now()) { } in stopwatch() argument
66 stopwatch(const stopwatch& other) : m_start(other.m_start) { } in stopwatch() argument
68 stopwatch& operator=(const stopwatch& other) in operator =() argument
74 ~stopwatch() { } in ~stopwatch() argument
76 float elapsed() const in elapsed()
81 void reset() in reset()
87 typename clock_type::time_point m_start;
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/example/
H A Dmpfr_precision.cpp59 struct stopwatch struct
64 stopwatch() : m_start(clock_type::now()) { } in stopwatch() argument
66 stopwatch(const stopwatch& other) : m_start(other.m_start) { } in stopwatch() function
68 stopwatch& operator=(const stopwatch& other) in operator =() argument
74 ~stopwatch() { } in ~stopwatch() argument
76 float elapsed() const in elapsed()
81 void reset() in reset()
87 typename clock_type::time_point m_start;
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/example/
H A Dmpfr_precision.cpp59 struct stopwatch struct
64 stopwatch() : m_start(clock_type::now()) { } in stopwatch() argument
66 stopwatch(const stopwatch& other) : m_start(other.m_start) { } in stopwatch() function
68 stopwatch& operator=(const stopwatch& other) in operator =() argument
74 ~stopwatch() { } in ~stopwatch() argument
76 float elapsed() const in elapsed()
81 void reset() in reset()
87 typename clock_type::time_point m_start;
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dperformance.hpp72 struct stopwatch struct
75 stopwatch() in stopwatch() function
100 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
/dports/devel/boost-docs/boost_1_72_0/libs/math/reporting/performance/
H A Dperformance.hpp72 struct stopwatch struct
75 stopwatch() in stopwatch() function
100 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/reporting/performance/
H A Dperformance.hpp76 struct stopwatch struct
79 stopwatch() in stopwatch() argument
104 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
/dports/devel/boost-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dperformance.hpp72 struct stopwatch struct
75 stopwatch() in stopwatch() function
100 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
/dports/devel/hyperscan/boost_1_75_0/libs/math/reporting/performance/
H A Dperformance.hpp76 struct stopwatch struct
79 stopwatch() in stopwatch() argument
104 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
/dports/devel/eastl/EASTL-3.13.06/benchmark/source/
H A DBenchmarkString.cpp27 void TestPushBack(EA::StdC::Stopwatch& stopwatch, Container& c) in TestPushBack()
37 void TestInsert1(EA::StdC::Stopwatch& stopwatch, Container& c, T* p) in TestInsert1()
48 void TestErase1(EA::StdC::Stopwatch& stopwatch, Container& c) in TestErase1()
59 void TestReplace1(EA::StdC::Stopwatch& stopwatch, Container& c, T* p, int n) in TestReplace1()
70 void TestReserve(EA::StdC::Stopwatch& stopwatch, Container& c) in TestReserve()
81 void TestSize(EA::StdC::Stopwatch& stopwatch, Container& c) in TestSize()
91 void TestBracket(EA::StdC::Stopwatch& stopwatch, Container& c) in TestBracket()
103 void TestFind(EA::StdC::Stopwatch& stopwatch, Container& c) in TestFind()
113 void TestFind1(EA::StdC::Stopwatch& stopwatch, Container& c, T* p, int pos, int n) in TestFind1()
123 void TestRfind1(EA::StdC::Stopwatch& stopwatch, Container& c, T* p, int pos, int n) in TestRfind1()
[all …]
H A DBenchmarkMap.cpp39 void TestIteration(EA::StdC::Stopwatch& stopwatch, const Container& c, const Value& findValue) in TestIteration()
50 …void TestBracket(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const Val… in TestBracket()
63 …void TestFind(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const Value*… in TestFind()
76 …void TestCount(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const Value… in TestCount()
91 …void TestLowerBound(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const … in TestLowerBound()
104 …void TestUpperBound(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const … in TestUpperBound()
117 …void TestEqualRange(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const … in TestEqualRange()
130 …void TestEraseValue(EA::StdC::Stopwatch& stopwatch, Container& c, const Value* pArrayBegin, const … in TestEraseValue()
144 void TestErasePosition(EA::StdC::Stopwatch& stopwatch, Container& c) in TestErasePosition()
174 void TestEraseRange(EA::StdC::Stopwatch& stopwatch, Container& c) in TestEraseRange()
[all …]
H A DBenchmarkSet.cpp29 …void TestInsert(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, const u… in TestInsert()
42 void TestIteration(EA::StdC::Stopwatch& stopwatch, const Container& c) in TestIteration()
53 …void TestFind(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, const uin… in TestFind()
69 …void TestCount(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, const ui… in TestCount()
81 …void TestLowerBound(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, con… in TestLowerBound()
97 …void TestUpperBound(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, con… in TestUpperBound()
113 …void TestEqualRange(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, con… in TestEqualRange()
127 …void TestEraseValue(EA::StdC::Stopwatch& stopwatch, Container& c, const uint32_t* pArrayBegin, con… in TestEraseValue()
138 void TestErasePosition(EA::StdC::Stopwatch& stopwatch, Container& c) in TestErasePosition()
167 void TestEraseRange(EA::StdC::Stopwatch& stopwatch, Container& c) in TestEraseRange()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/performance/
H A Dcpp_bin_float_conversion_performance.cpp12 struct stopwatch struct
15 stopwatch() in stopwatch() argument
19 duration elapsed() in elapsed()
23 void reset() in reset()
29 typename Clock::time_point m_start;

12345678910>>...22