Home
last modified time | relevance | path

Searched refs:timeEnd (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-console.js58 console.timeEnd('noLabel');
61 console.timeEnd('label');
67 console.timeEnd();
72 console.timeEnd();
78 assert.throws(() => console.timeEnd(Symbol('test')),
150 console.timeEnd('label');
154 console.timeEnd('__proto__');
156 console.timeEnd('constructor');
158 console.timeEnd('hasOwnProperty');
162 console.timeEnd([]);
[all …]
Dtest-trace-events-console.js29 console.timeEnd('foo');
/third_party/musl/Benchmark/musl/
Dlibc_dlopen.cpp40 gettimeofday(&timeEnd, nullptr); in ~ScopeTime()
41 …cost = (timeEnd.tv_sec - timeStart.tv_sec) * 1000.0 + (double)(timeEnd.tv_usec - timeStart.tv_usec… in ~ScopeTime()
45 struct timeval timeStart, timeEnd; member in ScopeTime
/third_party/musl/libc-test/src/functionalext/time/
Ddifftime.c31 time_t timeEnd = 20010; in difftime_0100() local
42 returnVal = difftime(timeEnd, timeStart); in difftime_0100()
57 time_t timeEnd = 20010; in difftime64_0100() local
68 returnVal = __difftime64(timeEnd, timeStart); in difftime64_0100()
/third_party/node/deps/npm/lib/utils/
Dperf.js10 process.on('timeEnd', timeEnd)
13 perf.on('timeEnd', timeEnd)
19 function timeEnd (name) { function
/third_party/node/test/async-hooks/
Dtest-callback-error.js44 console.timeEnd('end case 1');
55 console.timeEnd('end case 2');
87 console.timeEnd('end case 3');
/third_party/musl/libc-test/src/functionalext/supplement/time/
Ddifftime_sup.c473 time_t timeEnd = 20010; in difftime_0100() local
490 returnVal = difftime(timeEnd, timeStart); in difftime_0100()
/third_party/node/deps/npm/lib/install/
Dactions.js130 timeEnd(log)
162 timeEnd(log)
170 function timeEnd (log) { function
/third_party/node/doc/api/
Dconsole.md426 [`console.timeEnd()`][] to stop the timer and output the elapsed time in
428 time is 3869ms, `console.timeEnd()` displays "3.869s".
430 ### `console.timeEnd([label])`
451 console.timeEnd('100-elements');
472 console.timeEnd('process');
568 [`console.timeEnd()`]: #console_console_timeend_label
Dpolicy.md218 console.timeEnd();
/third_party/node/test/fixtures/wpt/interfaces/
Dconsole.idl33 void timeEnd(optional DOMString label = "default");
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_timer_query.txt405 GLuint64ANGLE timeStart, timeEnd, timeElapsed = 0;
433 glGetQueryObjectui64vANGLE(queries[i+1], GL_QUERY_RESULT_ANGLE, &timeEnd);
434 timeElapsed = timeEnd - timeStart;
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_timer_query.txt405 GLuint64ANGLE timeStart, timeEnd, timeElapsed = 0;
433 glGetQueryObjectui64vANGLE(queries[i+1], GL_QUERY_RESULT_ANGLE, &timeEnd);
434 timeElapsed = timeEnd - timeStart;
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_timer_query.txt376 GLuint64 timeStart, timeEnd, timeElapsed = 0;
404 glGetQueryObjectui64v(queries[i+1], GL_QUERY_RESULT, &timeEnd);
405 timeElapsed = timeEnd - timeStart;
/third_party/openGLES/extensions/ARB/
DARB_timer_query.txt386 GLuint64 timeStart, timeEnd, timeElapsed = 0;
414 glGetQueryObjectui64v(queries[i+1], GL_QUERY_RESULT, &timeEnd);
415 timeElapsed = timeEnd - timeStart;
/third_party/node/lib/internal/console/
Dconstructor.js392 timeEnd(label = 'default') { method
/third_party/openGLES/extensions/EXT/
DEXT_disjoint_timer_query.txt485 GLuint64 timeStart, timeEnd, timeElapsed = 0;
517 glGetQueryObjectui64vEXT(queries[1], GL_QUERY_RESULT, &timeEnd);
519 timeElapsed = timeEnd - timeStart;
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_disjoint_timer_query.txt467 GLuint64 timeStart, timeEnd, timeElapsed = 0;
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log380 Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
423 Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
820 Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
/third_party/typescript/lib/
Dlib.webworker.d.ts5726 timeEnd(label?: string): void; method
Dlib.dom.d.ts19117 timeEnd(label?: string): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5706 timeEnd(label?: string): void; method
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md1445 …ode/commit/5ed30da5a0)] - **console**: use 'label' argument for time and timeEnd (Roman Reiss) [#3…
1618 …dejs/node/commit/a89eeca590)] - **console**: rename argument of time and timeEnd (Michaël Zasso) […
DCHANGELOG_V13.md1853 * The output `console.timeEnd()` and `console.timeLog()` will now
1915 …odejs/node/commit/66043e1812)] - **(SEMVER-MAJOR)** **console**: display timeEnd with suitable tim…
/third_party/typescript/tests/lib/
Dlib.d.ts5326 timeEnd(timerName?: string): void; method

12