stopStartup method

void stopStartup()

Stop the startup timer. Call this after the first frame renders.

Implementation

void stopStartup() {
  startupTracker.stop();
  _updateReport();
}