Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 700 Bytes

timing.md

File metadata and controls

14 lines (8 loc) · 700 Bytes
description
Visualize the timing of flows and interactions

Debug Performance Issues

Using Aspecto, you can see the exact timing of a data flow. This can give you insights into delays and possible bottlenecks in your applications and their flows.

Once you have selected a flow to investigate, click Timeline in the information pane on the right.

Timeline Highlighted in Red

The timeline for the flow is now shown, with the selected node highlighted. In the timeline window, you can see how many milliseconds each operation took, and get a clear picture of the sequence of operations, in order to optimize a specific flow.