| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index c2f2fb54379d99d6c52abdb823c6f45a2e505048..e0acb48d78f6588304a4059bc663bdfa9b614335 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -1037,6 +1037,12 @@ public:
|
| static double estimatedMarkingTime();
|
| static void reportMemoryUsageHistogram();
|
|
|
| +#if ENABLE(GC_PROFILING)
|
| + static void reportMemoryUsageForTracing();
|
| +#else
|
| + static void reportMemoryUsageForTracing() { }
|
| +#endif
|
| +
|
| private:
|
| // A RegionTree is a simple binary search tree of PageMemoryRegions sorted
|
| // by base addresses.
|
|
|