diff options
author | DJ Delorie <dj@delorie.com> | 2001-10-16 02:55:31 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-10-16 02:55:31 +0000 |
commit | f3be4515529c717157531bdf65d27cd9558ac5a0 (patch) | |
tree | 695d6b4bbd60ce9b111fb1ca820467c97c109fca /libiberty/getruntime.c | |
parent | 4ebc0d353aac952ae3cce8620421ba232d228a92 (diff) | |
download | gdb-f3be4515529c717157531bdf65d27cd9558ac5a0.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/getruntime.c')
-rw-r--r-- | libiberty/getruntime.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index 4abfa83bf33..f610c940248 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -73,6 +73,18 @@ Boston, MA 02111-1307, USA. */ #endif #endif +/* + +@deftypefn Replacement long get_run_time () + +Returns the time used so far, in microseconds. If possible, this is +the time used by this process, else it is the elapsed time since the +process started. + +@end deftypefn + +*/ + long get_run_time () { |