Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp1023 double timelineTimestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp); in processGPUEvent() local
1025 …m_pendingGPURecord = TimelineRecordFactory::createBackgroundRecord(timelineTimestamp, "gpu", Timel… in processGPUEvent()
1027 m_pendingGPURecord->setNumber("endTime", timelineTimestamp); in processGPUEvent()