Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp254 …= TimelineRecordFactory::createGenericRecord(m_timeConverter.fromMonotonicallyIncreasingTime(i->st… in pushGCEventRecords()
256 record->setNumber("endTime", m_timeConverter.fromMonotonicallyIncreasingTime(i->endTime)); in pushGCEventRecords()
910 m_paintSetupStart = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); in onPaintSetupBegin()
916 m_paintSetupEnd = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); in onPaintSetupEnd()
928 double timeestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); in onRasterTaskBegin()
940 …state.recordStack.closeScopedRecord(m_timeConverter.fromMonotonicallyIncreasingTime(event.timestam… in onRasterTaskEnd()
959 double timeestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp()); in onImageDecodeBegin()
969 …state.recordStack.closeScopedRecord(m_timeConverter.fromMonotonicallyIncreasingTime(event.timestam… in onImageDecodeEnd()
1023 double timelineTimestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp); in processGPUEvent()
1235 return m_timeConverter.fromMonotonicallyIncreasingTime(WTF::monotonicallyIncreasingTime()); in timestamp()
[all …]
DInspectorTimelineAgent.h105 …double fromMonotonicallyIncreasingTime(double time) const { return (time - m_startOffset) * 1000.… in fromMonotonicallyIncreasingTime() function