Home
last modified time | relevance | path

Searched refs:AllocationThroughputInBytesPerMillisecond (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.h300 double AllocationThroughputInBytesPerMillisecond(double time_ms) const;
Dgc-tracer.cc1104 double GCTracer::AllocationThroughputInBytesPerMillisecond( in AllocationThroughputInBytesPerMillisecond() function in v8::internal::GCTracer
1111 return AllocationThroughputInBytesPerMillisecond(kThroughputTimeFrameMs); in CurrentAllocationThroughputInBytesPerMillisecond()