Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 0ed6c5d216b3f8708bea6ae794937b18f844591f..08db24aa6dce37327300a91cb5655166b41d011f 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -479,21 +479,6 @@ class V8_EXPORT HeapProfiler { |
*/ |
void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info); |
- /** |
- * Starts recording JS allocations immediately as they arrive and tracking of |
- * heap objects population statistics. |
- */ |
yurys
2013/12/06 09:38:54
These two can be removed not earlier than in V8 v.
Sven Panne
2013/12/06 10:24:44
That was the plan: Land this CL after the upcoming
|
- V8_DEPRECATED("Use StartTrackingHeapObjects instead", |
- void StartRecordingHeapAllocations()); |
- |
- /** |
- * Stops recording JS allocations and tracking of heap objects population |
- * statistics, cleans all collected heap objects population statistics data. |
- */ |
- V8_DEPRECATED("Use StopTrackingHeapObjects instead", |
- void StopRecordingHeapAllocations()); |
- |
- |
private: |
HeapProfiler(); |
~HeapProfiler(); |