How to console preload time and startime of profiler

How can I get the preload time and start time of profiler?
I want to show up times to screen without profiler launch option.

I don’t think those values are possible to get outside the profiler.

What you can do is create a custom loading screen and create your own timings for it Loading Screen | Learn PlayCanvas

I also use the performance profiler and network tab to measure where time is being spent on load.

It is worth noting that the launch tab loads assets differently to a published build. For example, the assets aren’t GZIPed so they are larger on download.

I solved it! Thanks