setFramePerfCapacity static method

void setFramePerfCapacity(
  1. int cap
)

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;