Home | History | Annotate | Download | only in compiler-dispatcher

Lines Matching refs:CompilerDispatcherTracer

24 CompilerDispatcherTracer::Scope::Scope(CompilerDispatcherTracer* tracer,
30 CompilerDispatcherTracer::Scope::~Scope() {
46 const char* CompilerDispatcherTracer::Scope::Name(ScopeID scope_id) {
58 CompilerDispatcherTracer::CompilerDispatcherTracer(Isolate* isolate)
66 CompilerDispatcherTracer::~CompilerDispatcherTracer() {}
68 void CompilerDispatcherTracer::RecordPrepare(double duration_ms) {
73 void CompilerDispatcherTracer::RecordCompile(double duration_ms,
79 void CompilerDispatcherTracer::RecordFinalize(double duration_ms) {
84 double CompilerDispatcherTracer::EstimatePrepareInMs() const {
89 double CompilerDispatcherTracer::EstimateCompileInMs(
95 double CompilerDispatcherTracer::EstimateFinalizeInMs() const {
100 void CompilerDispatcherTracer::DumpStatistics() const {
102 "CompilerDispatcherTracer: "
108 double CompilerDispatcherTracer::Average(
115 double CompilerDispatcherTracer::Estimate(