Home
last modified time | relevance | path

Searched defs:lastTime (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/system-analyzer/view/timeline/
Dtimeline-track-tick.mjs104 const lastTime = ticks[ticks.length - 1].time; constant
/third_party/skia/gm/
Danimatedimageblurs.cpp108 void update(double nanos, SkScalar lastTime) { in update()
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc114 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps() local
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc881 uint64_t lastTime = profile_->start_time().since_origin().InMicroseconds(); in SerializeTimeDeltas() local