[heap] Fix comment in tracer.
BUG= Review URL: https://codereview.chromium.org/1292583004 Cr-Commit-Position: refs/heads/master@{#30252}
This commit is contained in:
parent
147299b9fd
commit
20ab9b1259
@ -419,13 +419,13 @@ class GCTracer {
|
||||
// Returns 0 if no allocation events have been recorded.
|
||||
size_t AllocationThroughputInBytesPerMillisecond(double time_ms) const;
|
||||
|
||||
// Allocation throughput in heap in bytes/milliseconds in
|
||||
// the last five seconds.
|
||||
// Allocation throughput in heap in bytes/milliseconds in the last
|
||||
// kThroughputTimeFrameMs seconds.
|
||||
// Returns 0 if no allocation events have been recorded.
|
||||
size_t CurrentAllocationThroughputInBytesPerMillisecond() const;
|
||||
|
||||
// Allocation throughput in old generation in bytes/milliseconds in
|
||||
// the last five seconds.
|
||||
// Allocation throughput in old generation in bytes/milliseconds in the last
|
||||
// kThroughputTimeFrameMs seconds.
|
||||
// Returns 0 if no allocation events have been recorded.
|
||||
size_t CurrentOldGenerationAllocationThroughputInBytesPerMillisecond() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user