Home
last modified time | relevance | path

Searched refs:lastTime (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/gm/
H A Danimatedimageblurs.cpp108 void update(double nanos, SkScalar lastTime) { in update() argument
109 SkScalar deltaTime = 1e-9 * nanos - lastTime; in update()
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js808 let lastTime = file.ticks[file.ticks.length - 1].tm;
812 start = (start / width) * (lastTime - firstTime) + firstTime;
813 end = (end / width) * (lastTime - firstTime) + firstTime;
854 let lastTime = file.ticks[file.ticks.length - 1].tm;
857 firstTime + left / this.canvas.width * (lastTime - firstTime);
859 firstTime + right / this.canvas.width * (lastTime - firstTime);
938 let lastTime = file.ticks[file.ticks.length - 1].tm;
940 let end = Math.min(this.currentState.end, lastTime);
942 this.selectionStart = (start - firstTime) / (lastTime - firstTime) * width;
943 this.selectionEnd = (end - firstTime) / (lastTime
[all...]
H A Dprofile-utils.js402 let lastTime = file.ticks[file.ticks.length - 1].tm;
403 this.step = (lastTime - this.firstTime) / bucketCount;
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dgraceful-fs.js380 // reset the startTime and lastTime to now
390 fs[gracefulQueue][i][4] = now // lastTime
411 var lastTime = elem[4]
426 var sinceAttempt = Date.now() - lastTime
429 var sinceStart = Math.max(lastTime - startTime, 1)
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc114 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps() local
117 array->emplace_back(static_cast<int>(ts - lastTime)); in buildInspectorObjectForTimestamps()
118 lastTime = ts; in buildInspectorObjectForTimestamps()
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc881 uint64_t lastTime = profile_->start_time().since_origin().InMicroseconds(); in SerializeTimeDeltas() local
884 writer_->AddNumber(static_cast<int>(ts - lastTime)); in SerializeTimeDeltas()
886 lastTime = ts; in SerializeTimeDeltas()

Completed in 6 milliseconds