Posts
Sort by recent activity
Three(?) bugs when running multiple instances of ANTS PP 6
I am trying to profile two different versions of the same .net4 c# app:
C:\SolutionA\myexe.exe
C:\SolutionB\myexe.exe
I have two instances of performance profiler open at once – version 6.2.0.13....
Passing by ref in C# - why is it slower?
Please redirect me if this is the wrong place for this kind of post as this isn't really an ANTS issue, just something we've found by using ANTS.
I'm finding that passing some objects, especially s...