Configuring profiling

The Profiling tab in the Settings application enables you to control profiling of RoboServers. This might be controlling whether to do profiling or not, where to send the profiling information, etc.

Profiling configured using the following properties:

Property

Description

Profiling

This controls whether profiling is disabled (Disabled) or whether profiling is enabled (Detailed or Summary). If you choose Summary only one statement summarizing the execution is written to the profiling log for each robot execution. If you choose Detailed a detailed statement is written to the profiling log for every step executed in a robot provided the execution time of the step is above the threshold defined by the Threshold property.

Output

This controls where the profiling information is send. The possibilities are to send it to the console or to a file.

Threshold

This threshold defines the smallest execution time for a step (in milliseconds) for which to include profiling information for that step.

Profiling Properties