FpsTracker constructor
FpsTracker({
- int warningThreshold = 45,
Creates a new FPS tracker
Implementation
FpsTracker({int warningThreshold = 45})
: _warningThreshold = warningThreshold;
Creates a new FPS tracker
FpsTracker({int warningThreshold = 45})
: _warningThreshold = warningThreshold;