I am trying to compute the time that is spent evaluating certain routines in a 
code. I saw in some of the examples that sections of the code were bounded by 
the Start/Stop_Log tags. How does one incorporate these tags into a common 
PerfLog class object to print out time spent evaluating the different routines 
in question? Or if there is some other way I can track the time being spent on 
different functions, which all belong to different classes and don't even show 
up in main(), without having to have local copies PerfLog objects around these 
functions and then print out information using pop and push?

Regards
Amal
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to