Home
last modified time | relevance | path

Searched refs:kStartOfQueue (Results 1 – 2 of 2) sorted by relevance

/third_party/node/benchmark/
Dcompare.js61 const kStartOfQueue = 0; constant
67 progress.startQueue(kStartOfQueue);
113 })(kStartOfQueue);
D_benchmark_progress.js45 this.kStartOfQueue = index;
58 if (data.name !== this.currentFile || index === this.kStartOfQueue) {