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

Unified Diff: src/runtime-profiler.h

Issue 21173004: Version 3.20.11.1 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « src/runtime.cc ('k') | src/runtime-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime-profiler.h
diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h
index 28d6d322fd547ad3fdf3eee63704d46b744b78c8..46da38155f246c7893ade77a64630c510179d514 100644
--- a/src/runtime-profiler.h
+++ b/src/runtime-profiler.h
@@ -49,6 +49,9 @@ class RuntimeProfiler {
void Reset();
void TearDown();
+ Object** SamplerWindowAddress();
+ int SamplerWindowSize();
+
void NotifyICChanged() { any_ic_changed_ = true; }
// Rate limiting support.
« no previous file with comments | « src/runtime.cc ('k') | src/runtime-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698