| Index: src/compiler/pipeline-statistics.h
|
| diff --git a/src/compiler/pipeline-statistics.h b/src/compiler/pipeline-statistics.h
|
| index 972a71064654f97d0e03fa80806e4957105ab5fa..01cc9de9d13c64d3a025c55a352b6659e23ad1db 100644
|
| --- a/src/compiler/pipeline-statistics.h
|
| +++ b/src/compiler/pipeline-statistics.h
|
| @@ -39,6 +39,7 @@ class PipelineStatistics : public Malloced {
|
| SmartPointer<ZonePool::StatsScope> scope_;
|
| base::ElapsedTimer timer_;
|
| size_t outer_zone_initial_size_;
|
| + size_t allocated_bytes_at_start_;
|
| };
|
|
|
| bool InPhaseKind() { return !phase_kind_stats_.scope_.is_empty(); }
|
|
|