maxCounts property

Map<PdfPerfCount, int> maxCounts
final

Upper bound per counter (e.g. xrefRecovered: 0 asserts a well-formed fixture never falls back to recovery).

Implementation

final Map<PdfPerfCount, int> maxCounts;