#ifndef V8_MAGLEV_MAGLEV_PIPELINE_STATISTICS_H_
#define V8_MAGLEV_MAGLEV_PIPELINE_STATISTICS_H_
#ifdef V8_ENABLE_MAGLEV
#include "src/compiler/pipeline-statistics.h"
#include "src/compiler/zone-stats.h"
#include "src/diagnostics/compilation-statistics.h"
#include "src/maglev/maglev-compilation-info.h"
#include "src/tracing/trace-event.h"
namespace v8 {
namespace internal {
namespace maglev {
class MaglevPipelineStatistics : public compiler::PipelineStatisticsBase,
public Malloced { … };
}
}
}
#endif
#endif