Lines Matching defs:bytes
24 inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) {
25 return std::make_pair(bytes, duration);
283 // Sample and accumulate bytes allocated since the last GC.
288 // Log the accumulated new space allocation bytes.
296 void AddIncrementalMarkingStep(double duration, size_t bytes);
301 // Compute the average incremental marking speed in bytes/millisecond.
305 // Compute the average embedder speed in bytes/millisecond.
309 // Compute the average scavenge speed in bytes/millisecond.
314 // Compute the average compaction speed in bytes/millisecond.
318 // Compute the average mark-sweep speed in bytes/millisecond.
323 // bytes/millisecond.
331 // Allocation throughput in the new space in bytes/millisecond.
336 // Allocation throughput in the old generation in bytes/millisecond in the
342 // Allocation throughput in the embedder in bytes/millisecond in the
348 // Allocation throughput in heap in bytes/millisecond in the last time_ms
353 // Allocation throughput in heap in bytes/milliseconds in the last
358 // Allocation throughput in old generation in bytes/milliseconds in the last
363 // Allocation throughput in the embedder in bytes/milliseconds in the last
390 void RecordEmbedderSpeed(size_t bytes, double duration);
446 void RecordIncrementalMarkingSpeed(size_t bytes, double duration);
497 // Size of incremental marking steps (in bytes) accumulated since the end of
524 // Accumulated duration (in ms) and allocated bytes since the last GC.