You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an execution timeline in Tracy that shows the different parts of the application, how long it took, etc.
At the same time, support for Server Timing API could be added, so you could see the times without whole Tracy enabled including communication with external services.
Merits of this feature
Tracy has always been a leader in tuning. As time passes, competitors are adding more features that would be useful to have in Tracy to conveniently debug applications under development.
Suitable for smaller projects or smaller teams that don't use external debugging tools.
A more comprehensive view of what's going on in the application.
The text was updated successfully, but these errors were encountered:
Intentions
It would be nice to have an execution timeline in Tracy that shows the different parts of the application, how long it took, etc.
At the same time, support for Server Timing API could be added, so you could see the times without whole Tracy enabled including communication with external services.
Merits of this feature
The text was updated successfully, but these errors were encountered: