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

Unified Diff: src/log.h

Issue 2188193002: [api] Remove HistogramTimerScope from high-frequency API-Functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: make TimerEventScope inlineable Created 4 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/api.cc ('k') | src/log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 539a731dd72528bec80f83998c187659b4447c10..6e5c170d6dcb1b8daa17d266888a8e244b3eab7e 100644
--- a/src/log.h
+++ b/src/log.h
@@ -380,9 +380,8 @@ class TimerEventScope {
~TimerEventScope() { LogTimerEvent(Logger::END); }
- void LogTimerEvent(Logger::StartEnd se);
-
private:
+ void LogTimerEvent(Logger::StartEnd se);
Isolate* isolate_;
};
« no previous file with comments | « src/api.cc ('k') | src/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698