wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.67k stars 598 forks source link

Info icons in the top bar are hard to hover due to layout changes during recording #693

Closed simonvanbernem closed 2 months ago

simonvanbernem commented 6 months ago

When recording a trace, I sometimes want to hover over these icons on the right side to read their tooltips: grafik I imagine this is especially important to new users.

When recording the trace, this is often not that easy, because they jitter back and forth due to text on their lefthand side changing in length depending on the what is being recorded, which means they might jump out from under the cursor. I believe the length of the view span text is especially unstable since with the default selection of 3 frames, this depends entirely on the frame timing.

It would be better if the icons weren't jumping around slightly so one could hover them without hassle.

simonvanbernem commented 6 months ago

This also happens when loading a trace from memory. After it is loaded, there is tooltip saying how long loading took, but the profiler memory usage that is in the top bar still grows. The tooltips jumps around until the memory usage settles.

wolfpld commented 2 months ago

6199b2f8 should fix this.