merge from gcc
[deliverable/binutils-gdb.git] / libiberty / getruntime.c
index 4abfa83bf337b702d1d37397f0e6262e836c1634..f610c940248eeca1349b58e8a4f3b28fff45aa42 100644 (file)
@@ -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 ()
 {
This page took 0.022834 seconds and 4 git commands to generate.