setFramePerfCapacity static method
Set the frame-perf buffer's own capacity (default 3600). Independent
of setCapacity; see _framePerfCap for why.
Implementation
static void setFramePerfCapacity(int cap) => _framePerfCap = cap;
Set the frame-perf buffer's own capacity (default 3600). Independent
of setCapacity; see _framePerfCap for why.
static void setFramePerfCapacity(int cap) => _framePerfCap = cap;