Lines Matching defs:now
245 *startStopTime = clock::now();
295 clock::time_point startStopTime = clock::now();
316 // Move the context back to this thread now that we're done benching.
356 clock::time_point now = clock::now();
357 const clock::time_point endTime = now + benchDuration;
360 clock::time_point sampleStart = now;
366 now = clock::now();
367 sample.fDuration = now - sampleStart;
369 } while (now < endTime || 0 == samples->size() % 2);
400 clock::time_point now = clock::now();
401 const clock::time_point endTime = now + benchDuration;
404 const clock::time_point sampleEndTime = now + sampleDuration;
433 now = clock::now();
434 } while (now < sampleEndTime || 0 == sample.fFrames);
435 } while (now < endTime || 0 == samples->size() % 2);