Search Unity

Question How to reduce the framerate of profiler? Or reduce frame count to below 300?

Discussion in 'Editor & General Support' started by Upp000, Nov 14, 2022.

  1. Upp000

    Upp000

    Joined:
    Mar 4, 2021
    Posts:
    96
    How to reduce the framerate of profiler? Or reduce frame count to below 300?
    I love using deep profiler, but the problem is it is very slow and takes lots of ram.
    My laptop doesn't have enough ram for deep profiler+visual studio+unity editor.
    I don't need profiling data for every frame, so I want to reduce the frame rate or frame count.
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,063
    Reducing the framerate will make profiling inaccurate
    If your laptop does not have enough ram for it all, how does this show? If performance is a GPU issue or maybe pure CPU it might not matter. Or upgrade it, many are able too.
    You can also remove profiler modules to save ram

    I'd personally say use regular profiling and if you need the deep profiler close background apps and VS.

    You could make a feature request for less frame count on the roadmap maybe.