How to profile snippets? #120
Replies: 3 comments 4 replies
-
Hi @MattiaMontanari - you can try using PVD2 or PVD3 for profiling, but we do not support them anymore. We are aware that we need to provide an updated profiling solution but I can't provide a timeline at this point. |
Beta Was this translation helpful? Give feedback.
-
Hi @preist-nvidia, got it: I tried PVD 3 (2021.01.29532135). The exe built from PhysX5 Snippets do connect nicely to PVD, however when I export the clip PVD crashes. If I try to open the profile tab after few seconds of the |
Beta Was this translation helpful? Give feedback.
-
I've been using Superluminal profiler on release builds. Accumulating samples over 10-20 seconds of frames gives a much more accurate picture of actual performance, especially with functions that get called many times in a loop, than instrumentation based profiling ever could. You'll also get insights on specifically which part of the code is slow, rather than just a high level overview. |
Beta Was this translation helpful? Give feedback.
-
I'm on Windows and I've build PhysX with the profile configuration. I noticed there are few Snippets I can play with, including a custom profiling. I run it, I see the various entries in the terminal, but I get not data. Is it possible to extract wall-time data and visualise them? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions