Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the editor profiler frame history default and maximum limit (3.x) #61482

Merged

Commits on May 27, 2022

  1. Increase the editor profiler frame history default and maximum limit

    The new default value (1800) allows storing 30 seconds of profiling
    at 60 FPS.
    
    The new maximum value (10000) allows storing about 3 minutes of
    profiling at 60 FPS.
    
    The profiler graph will scale accordingly to the chosen setting,
    so the default value is kept relatively low to prevent the graph
    from looking too squished on narrow displays.
    Calinou committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c209c6f View commit details
    Browse the repository at this point in the history