stopStartup method
void
stopStartup()
Stop the startup timer. Call this after the first frame renders.
Implementation
void stopStartup() {
startupTracker.stop();
_updateReport();
}
Stop the startup timer. Call this after the first frame renders.
void stopStartup() {
startupTracker.stop();
_updateReport();
}