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

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

Issue 1615173002: Revert of [profiler] Implement POC Sampling Heap Profiler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « src/isolate.cc ('k') | src/profiler/heap-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/heap-profiler.h
diff --git a/src/profiler/heap-profiler.h b/src/profiler/heap-profiler.h
index 74539ae142786557bc3229e870b66f076192ed78..9a04e83af4b0ca2f3725f8a10fcdabd322ba41b7 100644
--- a/src/profiler/heap-profiler.h
+++ b/src/profiler/heap-profiler.h
@@ -16,7 +16,6 @@
class AllocationTracker;
class HeapObjectsMap;
class HeapSnapshot;
-class SamplingHeapProfiler;
class StringsStorage;
class HeapProfiler {
@@ -29,10 +28,6 @@
HeapSnapshot* TakeSnapshot(
v8::ActivityControl* control,
v8::HeapProfiler::ObjectNameResolver* resolver);
-
- bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth);
- void StopSamplingHeapProfiler();
- AllocationProfile* GetAllocationProfile();
void StartHeapObjectsTracking(bool track_allocations);
void StopHeapObjectsTracking();
@@ -84,7 +79,6 @@
base::SmartPointer<AllocationTracker> allocation_tracker_;
bool is_tracking_object_moves_;
base::Mutex profiler_mutex_;
- base::SmartPointer<SamplingHeapProfiler> sampling_heap_profiler_;
};
} // namespace internal
« no previous file with comments | « src/isolate.cc ('k') | src/profiler/heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698