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

Unified Diff: src/platform.h

Issue 8700008: New approach to Crankshaft decision-making (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix function self-optimization; address first comment Created 9 years 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
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 127f788f9dd956a8f4825a9547d065551a472675..cea12b49c69e3b1dbdd57a3773aa9855030ab783 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -655,6 +655,7 @@ class Sampler {
// Start and stop sampler.
void Start();
void Stop();
+ void ResetInterval(int interval);
// Is the sampler used for profiling?
bool IsProfiling() const { return NoBarrier_Load(&profiling_) > 0; }

Powered by Google App Engine
This is Rietveld 408576698