Home
last modified time | relevance | path

Searched refs:startMark (Results 1 – 8 of 8) sorted by relevance

/third_party/node/lib/
Dperf_hooks.js447 measure(name, startMark, endMark) { argument
456 startMark = startMark !== undefined ? `${startMark}` : '';
457 _measure(name, startMark, endMark);
/third_party/typescript/src/compiler/
DperformanceCore.ts15 measure(name: string, startMark?: string, endMark?: string): void;
/third_party/node/doc/api/
Dperf_hooks.md131 ### `performance.measure(name[, startMark[, endMark]])`
137 description: Make `startMark` and `endMark` parameters optional.
141 * `startMark` {string} Optional.
148 `startMark` and `endMark`.
150 The `startMark` argument may identify any *existing* `PerformanceMark` in the
152 provided by the `PerformanceNodeTiming` class. If the named `startMark` does
153 not exist, then `startMark` is set to [`timeOrigin`][] by default.
/third_party/node/src/
Dnode_perf.cc169 Utf8Value startMark(env->isolate(), args[1]); in Measure() local
174 uint64_t start = GetPerformanceMark(env, *startMark); in Measure()
178 PerformanceMilestone milestone = ToPerformanceMilestoneEnum(*startMark); in Measure()
/third_party/typescript/lib/
Dlib.webworker.d.ts2527 measure(measureName: string, startMark?: string, endMark?: string): void;
Dlib.dom.d.ts11581 measure(measureName: string, startMark?: string, endMark?: string): void;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2507 measure(measureName: string, startMark?: string, endMark?: string): void;
Ddom.generated.d.ts11561 measure(measureName: string, startMark?: string, endMark?: string): void;