Profiler
The profiler is a tool that allows you to measure the performance of your Daslang scripts. It can be used to identify bottlenecks and optimize your code.
EdenSpark supports integration with the daProfiler tool. daProfiler is a standalone application that can be used to profile Daslang scripts. It can be downloaded from: https://github.com/GaijinEntertainment/daProfiler/releases
Using Editor Settings
Enable profiling from the editor:
In the editor top panel, click the Profiler button
Check Enable Profiler and click Apply
The game will reload with profiling enabled
The indicator shows whether the profiler context is active (green = enabled, gray = disabled).
Usage
Download daProfiler
Integrate the profiler into your Daslang script
Open daProfiler and look for functions. All Daslang functions start with the “das:” prefix
You may use the Show Source Code button to open the *.das file directly in daProfiler.