isJanky method

bool isJanky({
  1. int targetFps = 60,
})

Implementation

bool isJanky({int targetFps = 60}) =>
    workDurationMicros > (1000000 ~/ targetFps);