Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
ANTS Performance Profiler Previous Versions
Execution time doesn't add up!?
New post
I'm profiling a console application where the code in main takes about 15 seconds (clock time).
But ANT only accounts for a total execution time of app. 1,5 secs!?
How am I to understand that?
copjbp
January 15, 2006 17:39
-
0
+
Comments
1 comment
Sort by
Date
Votes
Hello,
Is this the method time or the time with children? If you were waiting for a method to finish, you'd probably be noting the time with children, because the method time only includes the time that the method spent without calling other methods.
Brian Donahue
January 16, 2006 06:05
-
0
+
Add comment
Please
sign in
to leave a comment.
But ANT only accounts for a total execution time of app. 1,5 secs!?
How am I to understand that?