Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp254 …RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(m_timeConverter.fromMonoton… in pushGCEventRecords()
256 record->setNumber("endTime", m_timeConverter.fromMonotonicallyIncreasingTime(i->endTime)); in pushGCEventRecords()
350 m_timeConverter.reset(); in innerStart()
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()
[all …]
DInspectorTimelineAgent.h317 TimelineTimeConverter m_timeConverter; variable