HomeSort by relevance Sort by last modified time
    Searched refs:GCEvent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 96 GCEvent: "GCEvent",
TimelinePresentationModel.js 99 recordStyles[recordTypes.GCEvent] = { title: WebInspector.UIString("GC Event"), category: categories["scripting"] };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 116 static const char GCEvent[] = "GCEvent";
254 RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(m_timeConverter.fromMonotonicallyIncreasingTime(i->startTime), m_maxCallStackDepth, TimelineRecordType::GCEvent);
    [all...]

Completed in 38 milliseconds