Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc817 NewSpaceAllocationThroughputInBytesPerMillisecond(), in PrintNVP()
1050 NewSpaceAllocationThroughputInBytesPerMillisecond(), in PrintNVP()
1227 double GCTracer::NewSpaceAllocationThroughputInBytesPerMillisecond( in NewSpaceAllocationThroughputInBytesPerMillisecond() function in v8::internal::GCTracer
1253 return NewSpaceAllocationThroughputInBytesPerMillisecond(time_ms) + in AllocationThroughputInBytesPerMillisecond()
Dgc-tracer.h333 double NewSpaceAllocationThroughputInBytesPerMillisecond(
Dheap.cc3767 tracer()->NewSpaceAllocationThroughputInBytesPerMillisecond(), in HasLowYoungGenerationAllocationRate()