Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h448 size_t AllocationThroughputInBytesPerMillisecond(double time_ms) const;
Dgc-tracer.cc859 size_t GCTracer::AllocationThroughputInBytesPerMillisecond( in AllocationThroughputInBytesPerMillisecond() function in v8::internal::GCTracer
867 return AllocationThroughputInBytesPerMillisecond(kThroughputTimeFrameMs); in CurrentAllocationThroughputInBytesPerMillisecond()
/external/v8/test/cctest/heap/
Dtest-heap.cc6324 size_t throughput = tracer->AllocationThroughputInBytesPerMillisecond(100); in TEST()
6329 throughput = tracer->AllocationThroughputInBytesPerMillisecond(100); in TEST()