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

Unified Diff: src/profiler/heap-snapshot-generator.h

Issue 1555553002: [profiler] Implement POC Sampling Heap Profiler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: cleanup samples when sampling heap profiler is stopped Created 4 years, 11 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: src/profiler/heap-snapshot-generator.h
diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
index 857f2401bf08cc5cccf6fd40bc3e8daadcd138c1..e090ada4638329327742d3c5f34aca8b1a2cecba 100644
--- a/src/profiler/heap-snapshot-generator.h
+++ b/src/profiler/heap-snapshot-generator.h
@@ -8,6 +8,7 @@
#include "include/v8-profiler.h"
#include "src/base/platform/time.h"
#include "src/objects.h"
+#include "src/profiler/heap-profiler.h"
#include "src/profiler/strings-storage.h"
namespace v8 {
@@ -565,8 +566,6 @@ class HeapSnapshotGenerator : public SnapshottingProgressReportingInterface {
DISALLOW_COPY_AND_ASSIGN(HeapSnapshotGenerator);
};
-class OutputStreamWriter;
-
class HeapSnapshotJSONSerializer {
public:
explicit HeapSnapshotJSONSerializer(HeapSnapshot* snapshot)

Powered by Google App Engine
This is Rietveld 408576698