Home
last modified time | relevance | path

Searched refs:Cumulative (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm64/
Dinstrument-arm64.h29 Cumulative = 1 // Cumulative counters keep their value after reading. enumerator
Dinstrument-arm64.cc66 {"Instruction", Cumulative},
146 DCHECK(counter->type() == Cumulative); in Update()
/external/vixl/src/aarch64/
Dinstrument-aarch64.h49 Cumulative = 1 // Cumulative counters keep their value after reading. enumerator
Dinstrument-aarch64.cc78 {{"Instruction", Cumulative},
158 VIXL_ASSERT(counter->GetType() == Cumulative); in Update()
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dtf_op_stats.proto39 // Cumulative total self time in fraction on the host.
45 // Cumulative total self time in fraction on the device.
/external/python/cpython3/Doc/library/
Dmath.rst384 'Cumulative distribution function for the standard normal distribution'
Dprofile.rst518 optimized. Cumulative time statistics should be used to identify high level
/external/tensorflow/tensorflow/docs_src/mobile/
Doptimizing.md252 - Cumulative time taken by this and op types higher in the table, so you can
/external/python/cpython2/Doc/library/
Dprofile.rst542 optimized. Cumulative time statistics should be used to identify high level