peakBytes property

int get peakBytes

The high-water mark since the arena was made, in bytes: what the largest frame so far asked of it. Diagnostic — read by dispose_test.dart, which asserts that a frame's second run allocates nothing new.

Implementation

int get peakBytes => _peak;