Home
last modified time | relevance | path

Searched refs:timing (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/test/sequential/
H A Dtest-perf-hooks.js90 function checkNodeTiming(timing) {
93 const delta = Math.abs(now - timing.duration);
95 log(JSON.stringify(timing, null, 2));
97 assert.strictEqual(timing.name, 'node');
98 assert.strictEqual(timing.entryType, 'node');
102 assert.strictEqual(typeof timing.duration, 'number');
103 assert(timing.duration > 0, `timing.duration ${timing.duration} <= 0`);
105 `now (${now}) - timing
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Djitter.c82 int filled; /**< Number of entries occupied in "timing" and "counts"*/
84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ member
94 /* Add the timing of a new packet to the TimingBuffer */
95 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) in tb_add() argument
99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
105 /* Find where the timing info goes in the sorted list */ in tb_add()
108 while (pos<tb->filled && timing >= tb->timing[pos]) in tb_add()
121 SPEEX_MOVE(&tb->timing[po in tb_add()
333 update_timings(JitterBuffer *jitter, spx_int32_t timing) update_timings() argument
[all...]
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharness.js75 var msg = "window.performance.timing." + attribute_name + " > 0";
76 wp_test(function() { assert_true(performanceNamespace.timing[attribute_name] > 0, msg); }, msg, properties);
79 msg = "window.performance.timing." + attribute_name + " >= window.performance.timing." + greater_than_attribute;
80 wp_test(function() { assert_true(performanceNamespace.timing[attribute_name] >= performanceNamespace.timing[greater_than_attribute], msg); }, msg, properties);
85 var msg = "window.performance.timing." + attribute_name + " > " + greater_than;
86 test_greater_than(performanceNamespace.timing[attribute_name], greater_than, msg, properties);
91 var test_msg = msg || "window.performance.timing." + attribute_name + " == " + equals;
92 test_equals(performanceNamespace.timing[attribute_nam
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DTimer.java23 private boolean timing = false; field in Timer
32 timing = true; in start()
38 if (timing) { in getDuration()
40 timing = false; in getDuration()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java20 private boolean timing = false; field in Timer
29 timing = true; in start()
35 if (timing) { in getDuration()
37 timing = false; in getDuration()
/third_party/nghttp2/src/
H A Dnghttp.cc353 timing.state = RequestState::ON_REQUEST; in record_request_start_time()
354 timing.request_start_time = get_time(); in record_request_start_time()
358 timing.state = RequestState::ON_RESPONSE; in record_response_start_time()
359 timing.response_start_time = get_time(); in record_response_start_time()
363 timing.state = RequestState::ON_COMPLETE; in record_response_end_time()
364 timing.response_end_time = get_time(); in record_response_end_time()
1488 timing.system_start_time = std::chrono::system_clock::now(); in record_start_time()
1489 timing.start_time = get_time(); in record_start_time()
1493 timing.domain_lookup_end_time = get_time(); in record_domain_lookup_end_time()
1497 timing in record_connect_end_time()
[all...]
H A Dnghttp.h176 RequestTiming timing; member
271 SessionTiming timing; member
/third_party/typescript/tests/baselines/reference/
H A DindexTypeCheck.js61 public addTimingFor(name: string, timing: number) {
83 Benchmark.prototype.addTimingFor = function (name, timing) {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js18 timing: ['always', Boolean],
56 timing: (o) => o.loglevel === 'silly',
/third_party/backends/backend/
H A Drts8891.c2917 * Sets lamp brightness (hum, maybe some timing before light off)
3027 int timing; in find_origin() local
3077 timing=0x32; in find_origin()
3155 SET_DOUBLE (dev->regs, TIMING_REG, timing); in find_origin()
3156 SET_DOUBLE (dev->regs, TIMING1_REG, timing+1); in find_origin()
3157 SET_DOUBLE (dev->regs, TIMING2_REG, timing+2); in find_origin()
3343 int timing=0; in find_margin() local
3372 timing=0; in find_margin()
3448 timing=0x00b0; in find_margin()
3450 SET_DOUBLE (dev->regs, TIMING_REG, timing); in find_margin()
4878 int timing=0; gain_calibration() local
5455 int timing=0; setup_shading_calibration() local
6557 int timing=0; setup_scan_registers() local
[all...]
H A Dhp3900_types.c435 SANE_Byte timing; /* [+03] 763 */ member
521 SANE_Byte timing; member
666 /* next structure will contain all ccd timing values */
H A Dmustek_usb_low.c95 chip->timing = 0xe8; in usb_low_init()
651 chip->timing = pattern & 0xfc; in usb_low_get_a7()
677 chip->timing = data & 0xfc; in usb_low_set_timing()
678 data = chip->timing | chip->sram_bank; in usb_low_set_timing()
721 data = chip->timing | chip->sram_bank; in usb_low_set_sram_bank()
H A Dhp3900_debug.c251 dbg_colour (reg->colormode), reg->resolution, reg->timing, in dbg_scanmodes()
459 DBG (DBG_FNC, " -> timing = %i\n", params->timing); in dbg_ScanParams()
951 DBG(DBG_FNC, "\n0x0045 bit[0..4] = timing.cvtrfpw: 0x%02x\n", iValue & 0x1f); in dbg_registers()
952 DBG(DBG_FNC, " bit[5] = timing.cvtrp[2]: 0x%02x\n", (iValue >> 5) & 1); in dbg_registers()
953 DBG(DBG_FNC, " bit[6] = timing.cvtrp[1]: 0x%02x\n", (iValue >> 6) & 1); in dbg_registers()
954 DBG(DBG_FNC, " bit[7] = timing.cvtrp[0]: 0x%02x\n", (iValue >> 7) & 1); in dbg_registers()
958 DBG(DBG_FNC, " bit[0..4] = timing.cvtrbpw: 0x%02x\n", iValue & 0x1f); in dbg_registers()
963 DBG(DBG_FNC, " timing.cvtrw: 0x%02x\n", iValue); in dbg_registers()
970 DBG(DBG_FNC, " bit[0..35] = timing in dbg_registers()
[all...]
H A Dmustek_usb_low.h129 SANE_Byte timing; member
/third_party/ffmpeg/libavfilter/
H A Daf_apulsator.c53 int timing; member
74 { "timing", "set timing", OFFSET(timing), AV_OPT_TYPE_INT, {.i64=2}, 0, NB_TIMINGS-1, FLAGS, "timing" },
75 { "bpm", NULL, 0, AV_OPT_TYPE_CONST, {.i64=UNIT_BPM}, 0, 0, FLAGS, "timing" },
76 { "ms", NULL, 0, AV_OPT_TYPE_CONST, {.i64=UNIT_MS}, 0, 0, FLAGS, "timing" },
77 { "hz", NULL, 0, AV_OPT_TYPE_CONST, {.i64=UNIT_HZ}, 0, 0, FLAGS, "timing" },
208 switch (s->timing) { in config_input()
/third_party/python/Lib/
H A Dtimeit.py20 -v/--verbose: print raw timing results; repeat for more digits precision
85 """Class for timing execution speed of small code snippets.
178 timing = self.inner(it, self.timer)
182 return timing
199 processes interfering with your timing accuracy. So the min()
250 When an exception happens during timing, a traceback is printed to
H A Dtrace.py391 timing=False):
407 @param timing true iff timing information be displayed
420 if timing:
642 grp.add_argument('-g', '--timing', action='store_true',
701 outfile=opts.file, timing=opts.timing)
/third_party/python/Tools/scripts/
H A Dvar_access_benchmark.py295 timing = min(Timer(f).repeat(7, 1000))
296 timing *= 1000000 / (len(trials) * steps_per_trial)
297 print('{:6.1f} ns\t{}'.format(timing, f.__name__))
/third_party/libwebsockets/test-apps/
H A Dtest.js506 if ( performance && performance.timing.nextHopProtocol ) {
507 transport_protocol = performance.timing.nextHopProtocol;
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js506 if ( performance && performance.timing.nextHopProtocol ) {
507 transport_protocol = performance.timing.nextHopProtocol;
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-win.c163 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
283 int timing = FALSE; in WinMain() local
424 } else if (!strncmp(*argv, "-timing", 2)) { in WinMain()
425 timing = TRUE; in WinMain()
450 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n" in WinMain()
461 " -timing\tenables delay for every block read, to simulate modem\n" in WinMain()
599 if (timing) in WinMain()
H A Drpng2-x.c176 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
318 int timing = FALSE; in main() local
440 } else if (!strncmp(*argv, "-timing", 2)) { in main()
441 timing = TRUE; in main()
479 " %*s [-usleep dur | -timing] [-pause]\n", in main()
509 " -timing\tenables delay for every block read, to simulate modem\n" in main()
623 if (timing) in main()
/third_party/benchmark/src/
H A Dtimers.cc193 #error Per-thread timing is not available on your system. in ThreadCPUUsage()
/third_party/mbedtls/tests/include/test/
H A Dssl_helpers.h25 #include <mbedtls/timing.h>
/third_party/mbedtls/library/
H A DMakefile184 timing.o \

Completed in 34 milliseconds

12