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

Unified Diff: content/renderer/stats_collection_controller.h

Issue 23112028: [Telemetry] Add support for capturing V8 object stats to Telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stats_table_android
Patch Set: Created 7 years, 4 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 | content/renderer/stats_collection_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/stats_collection_controller.h
diff --git a/content/renderer/stats_collection_controller.h b/content/renderer/stats_collection_controller.h
index 63175d830a9ca883f0a751fc81822dd436c350c2..66ffb8f7dbaed5a4c91bb838ec56c36d0e7a3f83 100644
--- a/content/renderer/stats_collection_controller.h
+++ b/content/renderer/stats_collection_controller.h
@@ -31,6 +31,11 @@ class StatsCollectionController : public webkit_glue::CppBoundClass {
void GetBrowserHistogram(const webkit_glue::CppArgumentList& args,
webkit_glue::CppVariant* result);
+ // Retrieves the stats table counters for the current renderer and returns a
+ // JSON representation of it.
+ void GetStatsTable(const webkit_glue::CppArgumentList& args,
tonyg 2013/08/23 16:31:32 I don't think this is necessary. --enable-benchmar
rmcilroy 2013/08/27 12:06:41 Thanks for the hint - moved to using --enable-benc
+ webkit_glue::CppVariant* result);
+
// Returns JSON representation of tab timing information for the current tab.
void GetTabLoadTiming(const webkit_glue::CppArgumentList& args,
webkit_glue::CppVariant* result);
« no previous file with comments | « no previous file | content/renderer/stats_collection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698