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
Is your feature request related to a problem? Please describe.
I'm currently writing an extension to connect chrome dev tools to an avalonia app for debugging and performance/tracing:
With a hack, I was able to access LayoutTime but i'm not able to understand how to get access to the RenderTime and FPS which are displayed in the debugging overlay ?
I would like to be able to read/calculate those so that I can display the data into chrome tracing.
Describe the solution you'd like
Hooks to get access to that information. Note as it is for debugging/tracing, a very small performance impact is to be expected when the hooks are connected
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm currently writing an extension to connect chrome dev tools to an avalonia app for debugging and performance/tracing:

With a hack, I was able to access LayoutTime but i'm not able to understand how to get access to the RenderTime and FPS which are displayed in the debugging overlay ?
I would like to be able to read/calculate those so that I can display the data into chrome tracing.
Describe the solution you'd like
Hooks to get access to that information. Note as it is for debugging/tracing, a very small performance impact is to be expected when the hooks are connected
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: