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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp1023 double timelineTimestamp = m_timeConverter.fromMonotonicallyIncreasingTime(event.timestamp); local
1025 m_pendingGPURecord = TimelineRecordFactory::createBackgroundRecord(timelineTimestamp, "gpu", TimelineRecordType::GPUTask, TimelineRecordFactory::createGPUTaskData(event.foreign, event.usedGPUMemoryBytes));
1027 m_pendingGPURecord->setNumber("endTime", timelineTimestamp);

Completed in 521 milliseconds