/third_party/node/test/parallel/ |
D | test-console.js | 58 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 …]
|
D | test-trace-events-console.js | 29 console.timeEnd('foo');
|
/third_party/musl/Benchmark/musl/ |
D | libc_dlopen.cpp | 40 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/ |
D | difftime.c | 31 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/ |
D | perf.js | 10 process.on('timeEnd', timeEnd) 13 perf.on('timeEnd', timeEnd) 19 function timeEnd (name) { function
|
/third_party/node/test/async-hooks/ |
D | test-callback-error.js | 44 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/ |
D | difftime_sup.c | 473 time_t timeEnd = 20010; in difftime_0100() local 490 returnVal = difftime(timeEnd, timeStart); in difftime_0100()
|
/third_party/node/deps/npm/lib/install/ |
D | actions.js | 130 timeEnd(log) 162 timeEnd(log) 170 function timeEnd (log) { function
|
/third_party/node/doc/api/ |
D | console.md | 426 [`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
|
D | policy.md | 218 console.timeEnd();
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | console.idl | 33 void timeEnd(optional DOMString label = "default");
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_timer_query.txt | 405 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/ |
D | ANGLE_timer_query.txt | 405 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/ |
D | ARB_timer_query.txt | 376 GLuint64 timeStart, timeEnd, timeElapsed = 0; 404 glGetQueryObjectui64v(queries[i+1], GL_QUERY_RESULT, &timeEnd); 405 timeElapsed = timeEnd - timeStart;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_timer_query.txt | 386 GLuint64 timeStart, timeEnd, timeElapsed = 0; 414 glGetQueryObjectui64v(queries[i+1], GL_QUERY_RESULT, &timeEnd); 415 timeElapsed = timeEnd - timeStart;
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 392 timeEnd(label = 'default') { method
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_disjoint_timer_query.txt | 485 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/ |
D | EXT_disjoint_timer_query.txt | 467 GLuint64 timeStart, timeEnd, timeElapsed = 0;
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 380 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/ |
D | lib.webworker.d.ts | 5726 timeEnd(label?: string): void; method
|
D | lib.dom.d.ts | 19117 timeEnd(label?: string): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 5706 timeEnd(label?: string): void; method
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 1445 …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) […
|
D | CHANGELOG_V13.md | 1853 * 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/ |
D | lib.d.ts | 5326 timeEnd(timerName?: string): void; method
|