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:

  1. In the editor top panel, click the Profiler button

  2. Check Enable Profiler and click Apply

  3. 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

Functions

You may use the Show Source Code button to open the *.das file directly in daProfiler.

Show Source Code Source Code