Activity overview
Latest activity by SamJost
Chris.Allen wrote:
Does it help by locking out this part of the code to mulitple threads (if only to test)?
So I can lock this part out (exclude it) from profiling? I found no option in the "new session"-dialogue to achieve this.
Brian Donahue wrote:
APP installs detours for Win32 socket functions, so blocking calls can be noted in the results. Could this have something to do with the problem?
The recv should block until it receives data instead of throwing an error, so it might have to do something with the problem. I just don't see how to work around this. / comments
Chris.Allen wrote:
Does it help by locking out this part of the code to mulitple threads (if only to test)?
So I can lock this part out (exclude it) from profiling? I found no option in the "n...
Strange Ants problem: win32-recv fails using LineLevelTiming
I'm using Ants Profiler 7.4 Standard to profile a .NET executable (mixed c#/c++/clr application) and encounter a very strange problem:
When I start the problem standalone it works as it should.
Whe...