OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elapsed_us
(Results
1 - 3
of
3
) sorted by null
/external/libkmsxx/kms++util/inc/kms++util/
stopwatch.h
21
double
elapsed_us
() const
function in class:Stopwatch
/external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc
608
auto
elapsed_us
= GetElasedTimeUs(record.start_event, record.stop_event);
local
620
stats->set_op_end_rel_micros(
elapsed_us
);
621
stats->set_all_end_rel_micros(
elapsed_us
);
633
auto
elapsed_us
= GetElasedTimeUs(record.start_event, record.stop_event);
local
645
stats->set_op_end_rel_micros(
elapsed_us
);
646
stats->set_all_end_rel_micros(
elapsed_us
);
/art/runtime/
trace.cc
176
uint64_t
elapsed_us
= self->GetCpuMicroTime() - start;
local
177
return static_cast<uint32_t>(
elapsed_us
/ 32);
[
all
...]
Completed in 228 milliseconds