// Copyright 2023 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_COMPILER_TURBOSHAFT_TRACING_H_ #define V8_COMPILER_TURBOSHAFT_TRACING_H_ #include "src/base/contextual.h" #include "src/codegen/optimized-compilation-info.h" #include "src/compiler/graph-visualizer.h" #include "src/compiler/turboshaft/graph-visualizer.h" #include "src/compiler/turboshaft/graph.h" namespace v8::internal::compiler::turboshaft { class Tracing : public base::ContextualClass<Tracing> { … }; } // namespace v8::internal::compiler::turboshaft #endif // V8_COMPILER_TURBOSHAFT_TRACING_H_