/third_party/rust/crates/minimal-lexical/scripts/ |
D | timings.py | 88 def plot_timings(timings, output): argument 93 count = len(timings) + 1 103 if name not in timings: 105 duration, rmeta = timings[name] 137 if key not in timings: 139 max_time = max(timings[key][0], max_time) 151 ax.set_yticks(list(range(1, len(timings) + 2))) 158 plt.ylim(count + 0.5, len(timings) + 1.5) 168 timings = build(args) 170 plot_timings(timings, path)
|
/third_party/python/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 | 357 timings = [dt / number for dt in raw_timings] 359 best = min(timings) 364 best = min(timings) 365 worst = max(timings)
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2_calls.c | 1300 struct v4l2_dv_timings * timings) in gst_v4l2_set_dv_timings() argument 1307 ret = v4l2object->ioctl (v4l2object->video_fd, VIDIOC_S_DV_TIMINGS, timings); in gst_v4l2_set_dv_timings() 1320 struct v4l2_dv_timings * timings) in gst_v4l2_query_dv_timings() argument 1328 timings); in gst_v4l2_query_dv_timings() 1357 if (timings->type != V4L2_DV_BT_656_1120) { in gst_v4l2_query_dv_timings() 1359 timings->type); in gst_v4l2_query_dv_timings() 1364 timings->bt.width, timings->bt.height); in gst_v4l2_query_dv_timings()
|
D | gstv4l2object.h | 337 gboolean gst_v4l2_set_dv_timings (GstV4l2Object * v4l2object, struct v4l2_dv_timings *timings… 338 gboolean gst_v4l2_query_dv_timings (GstV4l2Object * v4l2object, struct v4l2_dv_timings *timings…
|
/third_party/mesa3d/docs/ |
D | u_trace.rst | 9 it provides information only about GPU timings and is harder to analyze
|
D | envvars.rst | 401 Collects timings for every render (DEFAULT) 404 Collects timings when the render target changes 407 Collects timings when batches are submitted 410 Collects timings at frame boundaries
|
/third_party/nghttp2/src/ |
D | h2load.cc | 431 config.timings[client->reqidx] - config.timings[client->reqidx - 1]; in client_request_timeout_cb() 445 config.timings[client->reqidx] - config.timings[client->reqidx - 1]; in client_request_timeout_cb() 1214 auto duration = config.timings[reqidx]; in connection_made() 1221 duration = config.timings[reqidx]; in connection_made() 1985 std::vector<std::chrono::steady_clock::duration> &timings, in read_script_from_file() argument 2019 timings.emplace_back( in read_script_from_file() 2759 read_script_from_file(std::cin, config.timings, uris); in main() 2767 read_script_from_file(infile, config.timings, uris); in main()
|
D | nghttp.cc | 1655 auto timings = json_object(); in output_har() local 1656 json_object_set_new(entry, "timings", timings); in output_har() 1661 json_object_set_new(timings, "dns", json_real(dns_timing)); in output_har() 1662 json_object_set_new(timings, "connect", json_real(connect_timing)); in output_har() 1664 json_object_set_new(timings, "blocked", json_real(0.0)); in output_har() 1665 json_object_set_new(timings, "send", json_real(0.0)); in output_har() 1666 json_object_set_new(timings, "wait", json_real(wait_delta)); in output_har() 1667 json_object_set_new(timings, "receive", json_real(receive_delta)); in output_har()
|
D | h2load.h | 76 std::vector<std::chrono::steady_clock::duration> timings; member
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_instrument_bus.pod | 16 It was empirically found that timings of references to primary memory
|
/third_party/node/deps/npm/test/lib/ |
D | npm.js | 478 const timings = await timingFile() 479 t.match(timings, {
|
/third_party/openssl/doc/man7/ |
D | RAND.pod | 17 and network packet timings, can be reasonable sources of seeding material.
|
/third_party/python/Doc/library/ |
D | asyncio-queue.rst | 183 # Generate random timings and put them into the queue.
|
D | timeit.rst | 136 it makes independent timings more comparable. The disadvantage is
|
D | profile.rst | 546 timings are made for the intervals between these events (during which time the
|
/third_party/mbedtls/ |
D | SECURITY.md | 54 to. Typical attack vectors include cache timings, memory bus contention and
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber.md | 44 If the `LogGraphicsCallsTime` also returns `true` then timings for those
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSchedule440.td | 14 // timings here are constructed to match the FP2 unit shipped with the
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_display.txt | 35 resolutions and timings natively.
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 1575 struct v4l2_dv_timings timings; member
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 1575 struct v4l2_dv_timings timings; member
|
/third_party/icu/docs/userguide/collation/ |
D | architecture.md | 323 indications are only approximate and timings may vary significantly depending on
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 418 New timer has better resolution on most Unix platforms and timings are no
|