No bare links

This commit is contained in:
Alice Cecile 2025-07-09 12:45:05 -04:00 committed by GitHub
parent ab26b135bd
commit eafa81ce10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,4 +15,4 @@ Each bar is scaled based on the frame time where a bigger frame time will give a
The color also scales with that frame time where red is at or bellow the minimum target fps and green is at or above the target maximum frame rate.
Anything between those 2 values will be interpolated between green and red based on the frame time.
The algorithm is highly inspired by this article: https://asawicki.info/news_1758_an_idea_for_visualization_of_frame_times
The algorithm is highly inspired by [Adam Sawicki's article on visualizing frame times](https://asawicki.info/news_1758_an_idea_for_visualization_of_frame_times).