Just a quick one found today and everyone should know about. Nvidia Nsight Graphics works just fine with vvvv and dx11. This can help to profile your graphics performance and find bottlenecks.
The steps are pretty simple:
That's it, just so you know.
Yours, devvvvs
anonymous user login
~4d ago
~10d ago
~10d ago
~11d ago
~24d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~2mth ago
oh nice! same goes for renderdoc. And I also like to point out dotTrace and dotMemory by Jetbrains. with dotMemory you can have a look which object takes up how much space in ram. We're currently using that to hunt down a memoryleak. And with dotTrace you can have a look at how long methods are executing and a timeline about what each thread created from vvvv are doing ;)
unfortunately though they're not free
And for general application profiling of .Net/Windows: PerfView (Perfview on Github)
@microdee and @beyon thanks for the (open source) additions! didn't know about them except the jetBrains stuff.
super useful post, thank you !
Just came across another free .Net profiler: CodeTrack
Have just had a quick look at the web site though so don't know how it compares with the others.
@beyon that looks quite nice also. i'll try that one as well in our latest project.