Index: src/heap/gc-tracer.h |
diff --git a/src/heap/gc-tracer.h b/src/heap/gc-tracer.h |
index e16f5d5f83c0bae591cb2a9e22197b23fb863763..5d5500c44daa4eb28c1833a260a8455dc0ce1888 100644 |
--- a/src/heap/gc-tracer.h |
+++ b/src/heap/gc-tracer.h |
@@ -386,9 +386,10 @@ class GCTracer { |
// Returns 0 if no allocation events have been recorded. |
size_t NewSpaceAllocationThroughputInBytesPerMillisecond() const; |
- // Bytes allocated in heap in the specified time. |
+ // Allocation throughput in heap in bytes/millisecond in the last time_ms |
+ // milliseconds. |
// Returns 0 if no allocation events have been recorded. |
- size_t AllocatedBytesInLast(double time_ms) const; |
+ size_t AllocationThroughputInBytesPerMillisecond(double time_ms) const; |
// Allocation throughput in heap in bytes/milliseconds in |
// the last five seconds. |