dotTrace
 
Get dotTrace

Events

Last modified: 26 May 2024

The Events window shows the list of events (JIT, File I/O, SQL Requests, Incoming HTTP Requests) that take place on the selected time intervals. By default, events are shown in the order they occurred.

Events window

Use the Events window as any other event log - for analyzing complex cases and bugs when the data provided by other filters is not enough. For example, using filters, you have found that your application writes to a particular file 10 times and writing takes too much time. With the Events window, you can go even deeper and find out which of those 10 events have the longest duration.

The table of events consists of the following columns:

  • Start. Event starting time point (time is counted from the beginning of the profiling session).

  • Event. Detailed event info. For example, for a file I/O event, the cell will contain an I/O operation, data size, filename and file path.

  • Call Info. The name of the method that originates the event.