[aspect-devel] Aspect Timer

Wolfgang Bangerth bangerth at math.tamu.edu
Thu May 3 16:21:39 PDT 2012


> In case the formatting is messed up, basically it seems the total wall
> time (429s) is about 13x greater than the sum of the sections. In other
> words, 397 seconds of run time are unaccounted for out of 429 total
> seconds. Are there any sections that could potentially account for this
> that are not yet timed?

I don't know, but you can probably find out by putting some coarse-scale 
timers into the run() function. run() should account for nearly 100% of 
the CPU time, so if you break that into individual groups you should be 
able to see where the time goes -- it sounds like it's a single untimed 
operation that is taking the entire time, and it should be relatively 
simple to track that place down.

Cheers
  W.

------------------------------------------------------------------------
Wolfgang Bangerth               email:            bangerth at math.tamu.edu
                                 www: http://www.math.tamu.edu/~bangerth/



More information about the Aspect-devel mailing list