Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(858)

Unified Diff: Source/core/inspector/InspectorTimelineAgent.h

Issue 235043002: TimelinePanel: make GC events synchronous. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/inspector/InspectorTimelineAgent.h
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
index bfcefd302e958193a554451b50486ab6e5175799..c1cb7841521c15a46ea1416e951c543dd84048cf 100644
--- a/Source/core/inspector/InspectorTimelineAgent.h
+++ b/Source/core/inspector/InspectorTimelineAgent.h
@@ -50,7 +50,6 @@
namespace WebCore {
struct FetchInitiatorInfo;
-struct TimelineGCEvent;
struct TimelineImageInfo;
struct TimelineThreadState;
struct TimelineRecordEntry;
@@ -268,8 +267,6 @@ private:
void setFrameIdentifier(TypeBuilder::Timeline::TimelineEvent* record, LocalFrame*);
void populateImageDetails(JSONObject* data, const RenderImage&);
- void pushGCEventRecords();
-
void didCompleteCurrentRecord(const String& type);
void unwindRecordStack();
@@ -311,8 +308,6 @@ private:
RefPtr<TypeBuilder::Array<TypeBuilder::Timeline::TimelineEvent> > m_bufferedEvents;
Vector<String> m_consoleTimelines;
- typedef Vector<TimelineGCEvent> GCEvents;
- GCEvents m_gcEvents;
unsigned m_platformInstrumentationClientInstalledAtStackDepth;
RefPtr<TypeBuilder::Timeline::TimelineEvent> m_pendingFrameRecord;
RefPtr<TypeBuilder::Timeline::TimelineEvent> m_pendingGPURecord;
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-gc-event-expected.txt ('k') | Source/core/inspector/InspectorTimelineAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698