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

Unified Diff: src/heap/gc-tracer.h

Issue 1827563003: Revert of [counters] adding runtime call timers for GC (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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/counters.cc ('k') | src/heap/gc-tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.h
diff --git a/src/heap/gc-tracer.h b/src/heap/gc-tracer.h
index 175a8ed5a786d3a9fe206d3ef2a7eca1111847de..90ea41027c43f19af461d91bc65d7efc56aedf18 100644
--- a/src/heap/gc-tracer.h
+++ b/src/heap/gc-tracer.h
@@ -6,7 +6,6 @@
#define V8_HEAP_GC_TRACER_H_
#include "src/base/platform/platform.h"
-#include "src/counters.h"
#include "src/globals.h"
namespace v8 {
@@ -88,6 +87,7 @@
enum ScavengeSpeedMode { kForAllObjects, kForSurvivedObjects };
+
// GCTracer collects and prints ONE line after each garbage collector
// invocation IFF --trace_gc is used.
@@ -152,7 +152,6 @@
GCTracer* tracer_;
ScopeId scope_;
double start_time_;
- RuntimeCallTimer timer_;
DISALLOW_COPY_AND_ASSIGN(Scope);
};
@@ -614,9 +613,6 @@
// Counts how many tracers were started without stopping.
int start_counter_;
- // Separate timer used for --runtime_call_stats
- RuntimeCallTimer timer_;
-
DISALLOW_COPY_AND_ASSIGN(GCTracer);
};
} // namespace internal
« no previous file with comments | « src/counters.cc ('k') | src/heap/gc-tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698