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

Unified Diff: src/counters.h

Issue 2461003002: [profiler] Emit runtime call stats into sampling profile (Closed)
Patch Set: Created 4 years, 2 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/profiler/cpu-profiler.cc » ('j') | src/profiler/profile-generator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index beb44ad153d67212827e028cd723aa038ef047bd..0cd0def57a00ea5c06ed1950f4bbe017def32134 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -499,6 +499,7 @@ class RuntimeCallTimer {
RuntimeCallTimer() {}
RuntimeCallCounter* counter() { return counter_; }
base::ElapsedTimer timer() { return timer_; }
+ RuntimeCallTimer* parent() const { return parent_; }
private:
friend class RuntimeCallStats;
« no previous file with comments | « no previous file | src/profiler/cpu-profiler.cc » ('j') | src/profiler/profile-generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698