OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Clock
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
steady_clock.cpp
4
typedef std::chrono::steady_clock
Clock
;
5
Clock
::time_point tp =
Clock
::now();
/src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
steady_clock.cpp
4
typedef std::chrono::steady_clock
Clock
;
5
Clock
::time_point tp =
Clock
::now();
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc
184
typedef std::chrono::system_clock
Clock
;
185
std::time_t now =
Clock
::to_time_t(
Clock
::now());
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc
184
typedef std::chrono::system_clock
Clock
;
185
std::time_t now =
Clock
::to_time_t(
Clock
::now());
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026