Empty Timeline Segment

In the Concurrency Visualizer, the reason that a section of the timeline is empty (has a white background) depends on the kind of channel.

  • For a CPU thread channel, it means that the thread did not exist during this part of the timeline. If you're interested in the thread, you can find its executing section by using the zoom control or scrolling horizontally.

  • For an I/O channel, it means that no disk access occurred on behalf of the target process at that point in time.

  • For a DirectX channel, it means that no GPU work was performed on behalf of the target process during this part of the timeline.

  • For a marker channel, it means that no markers were generated.

See Also

Concepts

Threads View (Parallel Performance)

Zoom Control (Threads View)