End benchmark of Main::Setup properly before calling setup2
This commit is contained in:
parent
e25f3c0d38
commit
baf1cdabd1
@ -2459,11 +2459,12 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
OS::get_singleton()->benchmark_end_measure("Startup", "Main::Setup");
|
||||||
|
|
||||||
if (p_second_phase) {
|
if (p_second_phase) {
|
||||||
return setup2();
|
return setup2();
|
||||||
}
|
}
|
||||||
|
|
||||||
OS::get_singleton()->benchmark_end_measure("Startup", "Main::Setup");
|
|
||||||
return OK;
|
return OK;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
Loading…
Reference in New Issue
Block a user