* timevar.h (struct timevar_time_def): Change element type to float.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Aug 2001 23:10:22 +0000 (23:10 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Aug 2001 23:10:22 +0000 (23:10 +0000)
commit9278031cb73a86abbf16dd767a5c68828d7922d1
tree87396ec6d992b99795d1807401b33464cc5bd4d4
parent0fff59bea781bf7477936a402e359df92cb352a6
    * timevar.h (struct timevar_time_def): Change element type to float.
        (ticks_to_msec, clocks_to_msec): Likewise.
        (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
        (get_time): Likewise.
        (timevar_print): Adjust zero check and printing to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45013 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/timevar.c
gcc/timevar.h