Comments
Sort by recent activity
I'm seeing the same thing concerning inflated times. I'm trying out the trial version 2.5 on a fairly computationally intensive method in c#. If I call this program in a loop (no ANTs) 1,000,000 times, it runs in 45 seconds for all million executions (elapsed time, looking at my watch). If I take the same code and execute under ANTs, it reports the time taken by the program and its children as 864 seconds. This means it's reporting is off by 20X. Am I just trying to get it to do things it wasn;t intended to do? This is critical code, often executed we'd like to speed up. / comments
I'm seeing the same thing concerning inflated times. I'm trying out the trial version 2.5 on a fairly computationally intensive method in c#. If I call this program in a loop (no ANTs) 1,000,000 ...