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

Unified Diff: src/counters.h

Issue 1707563002: Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/compiler.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »
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 375edc82a50e07a8daac6f1579df91f80b6f01d5..87ce1f5bd83a3e332dad2062a7dcf81402f96483 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -198,6 +198,8 @@ class Histogram {
lookup_done_ = false;
}
+ const char* name() { return name_; }
+
protected:
// Returns the handle to the histogram.
void* GetHistogram() {
@@ -208,7 +210,6 @@ class Histogram {
return histogram_;
}
- const char* name() { return name_; }
Isolate* isolate() const { return isolate_; }
private:
« no previous file with comments | « src/compiler.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698