Execution Trace

Execution Trace

The execution trace shows all synchronization actions for a single test run. It is displayed when a test run contains a data race or fewer than 200 synchronization actions. If the test contains more than this threshold, an execution summary is shown.

The execution trace has the following columns:

Column Name Description
Thread The name of the Thread in which the operation was called.
Operation The synchronization operation or the operation leading to a data race
Element The element on which the synchronization action was performed.
Object A consecutive number is used to identify the object or the thread name if the object is a thread.
Method The method in which the operation was executed.