Changeset 609 for branches/GNU/src/binutils/libiberty/getruntime.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/getruntime.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* Return time used so far, in microseconds. 2 Copyright (C) 1994, 1999 Free Software Foundation, Inc.2 Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc. 3 3 4 4 This file is part of the libiberty library. … … 22 22 #include "ansidecl.h" 23 23 #include "libiberty.h" 24 25 /* On some systems (such as WindISS), you must include <sys/types.h> 26 to get the definition of "time_t" before you include <time.h>. */ 27 #include <sys/types.h> 24 28 25 29 /* There are several ways to get elapsed execution time; unfortunately no … … 74 78 #endif 75 79 80 /* 81 82 @deftypefn Replacement long get_run_time (void) 83 84 Returns the time used so far, in microseconds. If possible, this is 85 the time used by this process, else it is the elapsed time since the 86 process started. 87 88 @end deftypefn 89 90 */ 91 76 92 long 77 93 get_run_time () -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.