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
0

Comments

1 comment

  • Brian Donahue
    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
    0

Add comment

Please sign in to leave a comment.