Options

Execution time doesn't add up!?

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?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    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.
This discussion has been closed.