/external/perfetto/test/stress_test/ |
D | stress_producer.cc | 127 const auto* timings = &g_cfg->steady_state_timings(); in WorkerMain() local 131 timings = &g_cfg->burst_timings(); in WorkerMain() 133 std::normal_distribution<> rate_dist{timings->rate_mean(), in WorkerMain() 134 timings->rate_stddev()}; in WorkerMain() 155 FillPayload(*timings, seq, g_cfg->nesting(), test_event->set_payload()); in WorkerMain() 163 const StressTestConfig::WriterTiming& timings, in FillPayload() argument 169 std::normal_distribution<> msg_size_dist{timings.payload_mean(), in FillPayload() 170 timings.payload_stddev()}; in FillPayload() 180 if (timings.payload_write_time_ms() > 0) { in FillPayload() 182 std::chrono::milliseconds(timings.payload_write_time_ms())); in FillPayload() [all …]
|
D | README.md | 13 the write timings).
|
/external/python/cpython2/Lib/ |
D | profile.py | 153 self.timings = {} 291 timings = self.timings 292 if fn in timings: 293 cc, ns, tt, ct, callers = timings[fn] 294 timings[fn] = cc, ns + 1, tt, ct, callers 296 timings[fn] = 0, 0, 0, 0, {} 302 timings = self.timings 303 if fn in timings: 304 cc, ns, tt, ct, callers = timings[fn] 305 timings[fn] = cc, ns+1, tt, ct, callers [all …]
|
/external/python/cpython3/Lib/ |
D | profile.py | 144 self.timings = {} 270 timings = self.timings 271 if fn in timings: 272 cc, ns, tt, ct, callers = timings[fn] 273 timings[fn] = cc, ns + 1, tt, ct, callers 275 timings[fn] = 0, 0, 0, 0, {} 281 timings = self.timings 282 if fn in timings: 283 cc, ns, tt, ct, callers = timings[fn] 284 timings[fn] = cc, ns+1, tt, ct, callers [all …]
|
D | timeit.py | 356 timings = [dt / number for dt in raw_timings] 358 best = min(timings) 363 best = min(timings) 364 worst = max(timings)
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.cc | 233 timings; in PrintOutputs() local 235 timings.emplace(-entry.second.start_us.avg(), &entry); in PrintOutputs() 239 while (!timings.empty()) { in PrintOutputs() 240 auto entry = timings.top(); in PrintOutputs() 241 timings.pop(); in PrintOutputs()
|
D | stats_calculator.cc | 195 timings; in GetStatsByNodeType() local 198 timings.emplace(node_type.second, in GetStatsByNodeType() 216 while (!timings.empty()) { in GetStatsByNodeType() 217 auto entry = timings.top(); in GetStatsByNodeType() 218 timings.pop(); in GetStatsByNodeType()
|
/external/exoplayer/tree/testdata/src/test/assets/ssa/ |
D | overlapping_timecodes | 8 Dialogue: 0:00:08.44,0:00:09.44,Fourth subtitle - same timings as fifth 10 Dialogue: 0:00:08.44,0:00:09.44,Fifth subtitle - same timings as fourth
|
/external/e2fsprogs/tests/f_badinode/ |
D | expect.1 | 10 i_file_acl for inode 13 (/timings) is 39, should be zero. 13 i_blocks_hi for inode 13 (/timings) is 1024, should be zero.
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_common.py | 131 timings = {} 137 timings[constants.DOWNLOAD_STARTED_TIME] = _formatted_now() 145 timings[constants.PAYLOAD_FINISHED_TIME] = _formatted_now() 146 return ds, timings
|
/external/autotest/server/site_tests/network_WiFi_AssocConfigPerformance/ |
D | network_WiFi_AssocConfigPerformance.py | 112 timings = {'connect_time': assoc_result.time, 'total_time': total_time} 117 return timings
|
/external/perfetto/protos/perfetto/config/ |
D | stress_test_config.proto | 47 // This submessage defines the timings of each writer worker thread. 65 // The timings used by default.
|
/external/tensorflow/tensorflow/lite/tools/benchmark/android/ |
D | README.md | 87 ... tflite : Average inference timings in us: Warmup: 91471, Init: 4108, Inference: 80660.1 133 ... tflite : Average inference timings in us: Warmup: 91471, Init: 4108, Inference: 80660.1
|
/external/arm-trusted-firmware/fdts/ |
D | tc0.dts | 57 * The timings below are just to demonstrate working cpuidle. 290 display-timings {
|
/external/catch2/docs/ |
D | command-line.md | 16 [Reporting timings](#reporting-timings)<br> 50 <a href="#reporting-timings"> ` -d, --durations`</a><br /> 219 <a id="reporting-timings"></a> 220 ## Reporting timings
|
/external/llvm-project/mlir/integration_test/Dialect/Async/CPU/ |
D | microbench-linalg-async-parallel-for.mlir | 115 // Print timings.
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 141 // LEON3 + support to CASA + LEON 4 instruction timings
|
/external/python/cpython2/Tools/pybench/ |
D | README | 238 # operation. Note that in order to raise the measured timings 335 timings:
|
/external/python/cpython3/Doc/library/ |
D | asyncio-queue.rst | 179 # Generate random timings and put them into the queue.
|
/external/eigen/doc/ |
D | DenseDecompositionBenchmark.dox | 10 …\b float numbers. For double, you can get a good estimate by multiplying the timings by a factor 2.
|
/external/deqp-deps/amber/docs/ |
D | amber.md | 44 If the `LogGraphicsCallsTime` also returns `true` then timings for those
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 16 // The instruction cycle timings table might contain an entry for an operation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 15 // The instruction cycle timings table might contain an entry for an operation
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/ |
D | Contributing.rst | 460 The timings will be output to ``stderr`` as a table. Example output: 479 $ # Note that there won't be timings table printed to the console.
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 15 // The instruction cycle timings table might contain an entry for an operation
|