Page 1 of 1

Profiler

Posted: 07 Jul 2019, 10:26
by plop
Hey,

I've seen the OSG profiler (F3), but it seems to me that it offers very little details about what's happening in the frame, unless I missed something :mrgreen:

From what I've seen, it gives only a few categories, no info about threads, no user markers, no calls tack, and it's not possible to pause it to zoom/inspect. If I'm wrong please tell me.

How about integrating something like Tracy?
Image

You can add a marker in the profiler with a simple macro, you can save a capture, see callstacks, and much more. It's great to investigate performance problems.

Re: Profiler

Posted: 07 Jul 2019, 23:21
by raevol
Looks fun. :D

Re: Profiler

Posted: 04 Oct 2019, 20:45
by clort
I approve of someone else doing the work for this.

Re: Profiler

Posted: 06 Oct 2019, 09:15
by Ace (SWE)
Optick (GitHub, earlier known as Brofiler) is also very competent. And it's MIT licensed so it's quite compatible with the GPL as well.
The included remote profiling client is Windows-only though as it's written with C# and WPF.

Image