Home
last modified time | relevance | path

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

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