Is there a way to performance profile everything?

Is there a way to profile everything? Ideally Id like to see a list of all functions called and the cumulative time they take.

If not, what is the closest thing to this?

Performance-profile is a long and winding road.

My 2cents:

  • I add the following to whatever thing I am using to playtest my bigger-thing:

  • Control-shift-comma brings up the GPU profiler which is what I think you are looking for (mainly)? Do this whilst playing-in-editor…

Helpful(?):

To be more specific, I am not gpu bound, I just want see the how much time all my cpu code is using.

“Oh, you mean that castle-gate-key.”

ref - Timing Insights in Unreal Engine 5 | Unreal Engine 5.2 Documentation