Execution time doesn't add up!?
copjbp
Posts: 2
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?
But ANT only accounts for a total execution time of app. 1,5 secs!?
How am I to understand that?
This discussion has been closed.
Comments
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.