Chromium Code Reviews| Index: include/v8-profiler.h |
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
| index e36659fb48da438082baa47090c66ab77ca05da5..7cc3e1968742bc7924a04798bd95feebe737af28 100644 |
| --- a/include/v8-profiler.h |
| +++ b/include/v8-profiler.h |
| @@ -417,6 +417,10 @@ class V8EXPORT HeapProfiler { |
| HeapSnapshot::Type type = HeapSnapshot::kFull, |
| ActivityControl* control = NULL); |
| + static void StartHeapObjectsTracking(); |
|
mnaganov (inactive)
2012/04/11 14:35:40
Comments are required.
|
| + static void StopHeapObjectsTracking(); |
| + static void PushHeapObjectsStats(OutputStream* stream); |
|
mnaganov (inactive)
2012/04/11 14:35:40
Why "Push"? Maybe "Serialize"?
|
| + |
| /** |
| * Deletes all snapshots taken. All previously returned pointers to |
| * snapshots and their contents become invalid after this call. |