Searched defs:startTime (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/PerformanceTests/Animation/resources/
H A Dframerate.js5 var startTime; variable
12 PerfTestRunner.measureValueAsync(1000 * framesPerTimerReading / (currTime - startTime));
13 startTime = currTime;
24 startTime = performance.now();
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceEntry.cpp36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
39 , m_startTime(startTime)
40 , m_duration(finishTime - startTime)
58 double PerformanceEntry::startTime() const function in class:blink::PerformanceEntry
H A DPerformanceMark.h39 static PassRefPtrWillBeRawPtr<PerformanceMark> create(const String& name, double startTime) argument
41 return adoptRefWillBeNoop(new PerformanceMark(name, startTime));
52 PerformanceMark(const String& name, double startTime) argument
53 : PerformanceEntry(name, "mark", startTime, startTime) { }
H A DPerformanceMeasure.h39 static PassRefPtrWillBeRawPtr<PerformanceMeasure> create(const String& name, double startTime, double endTime) argument
41 return adoptRefWillBeNoop(new PerformanceMeasure(name, startTime, endTime));
52 PerformanceMeasure(const String& name, double startTime, double endTime) argument
53 : PerformanceEntry(name, "measure", startTime, endTime) { }
H A DPerformanceResourceTiming.h52 static PassRefPtrWillBeRawPtr<PerformanceResourceTiming> create(const ResourceTimingInfo& info, Document* requestingDocument, double startTime, double lastRedirectEndTime, bool m_allowTimingDetails, bool m_allowRedirectDetails) argument
54 return adoptRefWillBeNoop(new PerformanceResourceTiming(info, requestingDocument, startTime, lastRedirectEndTime, m_allowTimingDetails, m_allowRedirectDetails));
57 static PassRefPtrWillBeRawPtr<PerformanceResourceTiming> create(const ResourceTimingInfo& info, Document* requestingDocument, double startTime, bool m_allowTimingDetails) argument
59 return adoptRefWillBeNoop(new PerformanceResourceTiming(info, requestingDocument, startTime, 0.0, m_allowTimingDetails, false));
81 PerformanceResourceTiming(const ResourceTimingInfo&, Document* requestingDocument, double startTime, double lastRedirectEndTime, bool m_allowTimingDetails, bool m_allowRedirectDetails);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebActiveWheelFlingParameters.h45 double startTime; member in struct:blink::WebActiveWheelFlingParameters
50 , startTime(0)
/external/compiler-rt/test/builtins/timing/
H A Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) argument
7 uint64_t rawTime = endTime - startTime;
H A Dfloatundidf.c29 uint64_t startTime = mach_absolute_time(); local
34 double thisTime = intervalInCycles(startTime, endTime);
H A Dashldi3.c34 uint64_t startTime = mach_absolute_time(); local
39 double thisTime = intervalInCycles(startTime, endTime);
H A Dashrdi3.c34 uint64_t startTime = mach_absolute_time(); local
39 double thisTime = intervalInCycles(startTime, endTime);
H A Ddivdi3.c37 uint64_t startTime = mach_absolute_time(); local
42 double thisTime = intervalInCycles(startTime, endTime);
H A Dfloatdidf.c32 uint64_t startTime = mach_absolute_time(); local
37 double thisTime = intervalInCycles(startTime, endTime);
H A Dfloatdisf.c32 uint64_t startTime = mach_absolute_time(); local
37 double thisTime = intervalInCycles(startTime, endTime);
H A Dfloatdixf.c32 uint64_t startTime = mach_absolute_time(); local
37 double thisTime = intervalInCycles(startTime, endTime);
/external/chromium_org/chrome/app/android/
H A Dchrome_main_delegate_android.cc44 base::Time startTime = chrome::android::GetMainEntryPointTime(); local
45 startup_metric_utils::RecordSavedMainEntryPointTime(startTime);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchInitiatorInfo.h38 , startTime(0.0)
46 double startTime; member in struct:blink::FetchInitiatorInfo
54 , startTime(info.startTime)
63 info.startTime = startTime;
69 double startTime; member in struct:blink::CrossThreadFetchInitiatorInfoData
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebActiveGestureAnimation.cpp39 PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createWithTimeOffset(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime) argument
41 return adoptPtr(new WebActiveGestureAnimation(curve, target, startTime, false));
48 WebActiveGestureAnimation::WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime, bool waitingForFirstTick) argument
49 : m_startTime(startTime)
H A DWebSpeechSynthesisUtterance.cpp92 double WebSpeechSynthesisUtterance::startTime() const function in class:blink::WebSpeechSynthesisUtterance
94 return m_private->startTime();
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp19 double startTime = get_seconds(); local
64 result->timeElapsed = get_seconds() - startTime;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptGCEvent.h71 double startTime() { return m_startTime; } function in class:blink::GCEventData
72 void setStartTime(double startTime) { m_startTime = startTime; } argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.h65 double startTime() const { return m_startTime; } function in class:blink::TextTrackCue
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptProfile.cpp57 double ScriptProfile::startTime() const function in class:blink::ScriptProfile
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisUtterance.h64 double startTime() const { return m_platformUtterance->startTime(); } function in class:blink::FINAL
65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); } argument
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp20 double startTime = get_seconds(); local
118 result->timeElapsed = get_seconds() - startTime;
H A DSkDifferentPixelsMetric_opencl.cpp42 double startTime = get_seconds(); local
111 result->timeElapsed = get_seconds() - startTime;

Completed in 427 milliseconds

1234567