Change performance profiler to not use scientific notation
Happyrobot33
The scientific notation for things like CPU frame time in the performance profiler make it almost impossible to quickly read values from it. Please change things like frametime to be represented in milliseconds as normal floats instead of currently nanoseconds in scientific notation
Log In
CompuGeniusCode
I can image certain graphs making sense to be shown as exponentially values, but draw calls should not be.
There should be either a toggle or maybe a detection of which would be displayed better. For example,
530
makes a lot more sense than 5.3e2
, 1500
than 1.5e3`.