Home
last modified time | relevance | path

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

/external/libevent/test/
Dtest-changelist.c114 struct timeval timeEnd, timeDiff; in get_cpu_usage() local
128 evutil_gettimeofday(&timeEnd, NULL); in get_cpu_usage()
129 evutil_timersub(&timeEnd, &timer->timeBegin, &timeDiff); in get_cpu_usage()
/external/perfetto/ui/src/frontend/
Dvertical_line_helper.ts47 timeEnd: number,
52 const xEndPos = TRACK_SHELL_WIDTH + Math.floor(timeScale.timeToPx(timeEnd));
/external/v8/tools/profview/
Dprofile-utils.js516 timeStart = -Infinity, timeEnd = Infinity) { argument
555 if (code.tm >= timeStart && code.tm <= timeEnd) {
561 if (code.deopt.tm >= timeStart && code.deopt.tm <= timeEnd) {
/external/v8/src/inspector/
Dv8-console-message.h123 double timeEnd(int contextId, const String16& id);
Dv8-console-message.cc545 double V8ConsoleMessageStorage::timeEnd(int contextId, const String16& id) { in timeEnd() function in v8_inspector::V8ConsoleMessageStorage
Dv8-console.cc402 double elapsed = helper.consoleMessageStorage()->timeEnd( in timeEndFunction()
Djs_protocol.pdl1386 timeEnd