This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

The way to compute the elapsed time in GCC?


    I know that the two pairs of functions
timevar_push()/timevar_pop() and  timevar_start()/timevar_stop() are
used to statistic the elapsed time of a certain subprocess in GCC.

   I wonder that if someone could tell me the exact difference between
the two pairs.

   Tanks in advance ~ ^_^


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]