584 B
584 B
Check performance
- Go to settings, scroll to the very end, and enable the "Enable Profiler" option.
- Also enable "Enable Profiler Printing".
- Check Console Output (directly or via
vConsoleplugin). More details are here. - Sync!
- You can also "Export Profiler Results" afterwards. A new file
_debug_remotely_save/profiler_results_exported_on_xxxx.mdwill be generated.
In the console or exported files, you can see the time cost of each steps.

