OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cycleclock
(Results
1 - 5
of
5
) sorted by null
/external/google-benchmark/src/
cycleclock.h
2
//
CycleClock
3
// A
CycleClock
tells you the current time in Cycles. The "time"
14
// cheaper than the
CycleClock
for many architectures.
16
// Also, in some out of order CPU implementations, the
CycleClock
is not
54
namespace
cycleclock
{
namespace in namespace:benchmark
142
} // end namespace
cycleclock
walltime.cc
37
#include "
cycleclock
.h"
137
ct =
cycleclock
::Now();
149
} while (
cycleclock
::Now() - ct > max_interval_cycles_);
171
base_cycletime_ =
cycleclock
::Now();
173
} while (
cycleclock
::Now() - base_cycletime_ > max_interval_cycles_);
sysinfo.cc
44
#include "
cycleclock
.h"
63
const int64_t start_ticks =
cycleclock
::Now();
65
return
cycleclock
::Now() - start_ticks;
263
// See
cycleclock
.h:
CycleClock
::Now(), which returns number of mach time
/external/libchrome/base/allocator/
allocator.gyp
116
'<(tcmalloc_dir)/src/base/
cycleclock
.h',
239
'<(tcmalloc_dir)/src/base/
cycleclock
.h',
BUILD.gn
150
"$tcmalloc_dir/src/base/
cycleclock
.h",
Completed in 127 milliseconds