bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.92k stars 293 forks source link

[feat] Added toggle in thread view to show or hide vertical frame lines. #111

Closed againey closed 4 years ago

againey commented 4 years ago

This makes it easier to view profiling data for long-running tasks that are mostly independent of individual frames. Otherwise, the vertical frame lines overlap the text, which is especially bad when zooming out so that hundreds of frames fit within the view width.

Example of a profile run during game loading, showing frame lines as in current version: optick-load-demo-show-frames

And the same with the toggle to show frames turned off: optick-load-demo-hide-frames