Home
last modified time | relevance | path

Searched refs:timings (Results 1 – 25 of 47) sorted by relevance

12

/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py88 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/
Dprofile.py144 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 …]
Dtimeit.py357 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/
Dv4l2_calls.c1300 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()
Dgstv4l2object.h337 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/
Du_trace.rst9 it provides information only about GPU timings and is harder to analyze
Denvvars.rst401 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/
Dh2load.cc431 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()
Dnghttp.cc1655 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()
Dh2load.h76 std::vector<std::chrono::steady_clock::duration> timings; member
/third_party/openssl/doc/man3/
DOPENSSL_instrument_bus.pod16 It was empirically found that timings of references to primary memory
/third_party/node/deps/npm/test/lib/
Dnpm.js478 const timings = await timingFile()
479 t.match(timings, {
/third_party/openssl/doc/man7/
DRAND.pod17 and network packet timings, can be reasonable sources of seeding material.
/third_party/python/Doc/library/
Dasyncio-queue.rst183 # Generate random timings and put them into the queue.
Dtimeit.rst136 it makes independent timings more comparable. The disadvantage is
Dprofile.rst546 timings are made for the intervals between these events (during which time the
/third_party/mbedtls/
DSECURITY.md54 to. Typical attack vectors include cache timings, memory bus contention and
/third_party/vk-gl-cts/external/amber/src/docs/
Damber.md44 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/
DARMSchedule.td15 // 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/
DPPCSchedule440.td14 // timings here are constructed to match the FP2 unit shipped with the
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_display.txt35 resolutions and timings natively.
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1575 struct v4l2_dv_timings timings; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1575 struct v4l2_dv_timings timings; member
/third_party/icu/docs/userguide/collation/
Darchitecture.md323 indications are only approximate and timings may vary significantly depending on
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst418 New timer has better resolution on most Unix platforms and timings are no

12