Changeset 609 for branches/GNU/src/binutils/libiberty/clock.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/clock.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 22 22 This exception does not however invalidate any other reasons why 23 23 the executable file might be covered by the GNU General Public License. */ 24 25 /* 26 27 @deftypefn Supplemental long clock (void) 28 29 Returns an approximation of the CPU time used by the process as a 30 @code{clock_t}; divide this number by @samp{CLOCKS_PER_SEC} to get the 31 number of seconds used. 32 33 @end deftypefn 34 35 */ 24 36 25 37 #include "config.h" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.