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

Unified Diff: include/v8-profiler.h

Issue 10086004: Add size metric into Heap Stats. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: comments addressed Created 8 years, 8 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 | « no previous file | src/profile-generator.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 77419493990ffc813baf4235153cc23a691481aa..3b019cff7158940dcfe0cbdb5e0c7ff937fbe400 100644
--- a/include/v8-profiler.h
+++ b/include/v8-profiler.h
@@ -429,8 +429,9 @@ class V8EXPORT HeapProfiler {
* time interval entry contains information on the current heap objects
* population size. The method also updates aggregated statistics and
* reports updates for all previous time intervals via the OutputStream
- * object. Updates on each time interval are provided as pairs of time
- * interval index and updated heap objects count.
+ * object. Updates on each time interval are provided as a triplet. It has
+ * time interval index, updated heap objects count and updated heap objects
+ * size.
*
* StartHeapObjectsTracking must be called before the first call to this
* method.
« no previous file with comments | « no previous file | src/profile-generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698