diff --git a/src/compiler/pipeline-statistics.cc b/src/compiler/pipeline-statistics.cc index ecfdeccb19..e89a3e56ca 100644 --- a/src/compiler/pipeline-statistics.cc +++ b/src/compiler/pipeline-statistics.cc @@ -18,9 +18,9 @@ namespace compiler { namespace { // We log detailed phase information about the pipeline -// in both the v8.compile and the v8.wasm categories. -const char kTraceCategory[] = // -- - TRACE_DISABLED_BY_DEFAULT("v8.compile") "," // -- +// in both the v8.turbofan and the v8.wasm categories. +const char kTraceCategory[] = // -- + TRACE_DISABLED_BY_DEFAULT("v8.turbofan") "," // -- TRACE_DISABLED_BY_DEFAULT("v8.wasm"); } // namespace diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc index 8b0a576daa..25cad80756 100644 --- a/src/compiler/pipeline.cc +++ b/src/compiler/pipeline.cc @@ -796,7 +796,7 @@ PipelineStatistics* CreatePipelineStatistics(Handle