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

Unified Diff: include/v8-profiler.h

Issue 99193002: Remove all stuff marked as V8_DEPRECATED. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased. Created 7 years 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 | « include/v8.h ('k') | src/allocation-tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-profiler.h
diff --git a/include/v8-profiler.h b/include/v8-profiler.h
index 8d5e4baa3beaeada58116c787a0f40d7c60b8d22..dc888d1919a09f1fb61bb62dfa5354fe9e668b0d 100644
--- a/include/v8-profiler.h
+++ b/include/v8-profiler.h
@@ -475,21 +475,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.
- */
- 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();
« no previous file with comments | « include/v8.h ('k') | src/allocation-tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698