#ifndef V8_COMPILER_PIPELINE_STATISTICS_H_
#define V8_COMPILER_PIPELINE_STATISTICS_H_
#include <memory>
#include <string>
#include "src/base/export-template.h"
#include "src/base/platform/elapsed-timer.h"
#include "src/compiler/zone-stats.h"
#include "src/diagnostics/compilation-statistics.h"
#include "src/objects/code-kind.h"
#include "src/tracing/trace-event.h"
namespace v8 {
namespace internal {
namespace compiler {
class PhaseScope;
class PipelineStatisticsBase { … };
class TurbofanPipelineStatistics : public PipelineStatisticsBase,
public Malloced { … };
class V8_NODISCARD PhaseScope { … };
}
}
}
#endif