Home
last modified time | relevance | path

Searched refs:get_run_time (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dgetruntime.c93 get_run_time (void) in get_run_time() function
Dfunctions.texi435 @deftypefn Replacement long get_run_time (void)
DChangeLog2632 * getruntime.c (get_run_time): Likewise.
7762 * getruntime.c (get_run_time): Don't assume that CLOCKS_PER_SEC is
8151 * getruntime.c (get_run_time): Use getrusage or times if
/toolchain/binutils/binutils-2.25/gold/
Dtimer.cc101 now->wall = get_run_time() / 1000; in get_time()
DChangeLog11170 (main): Use Timer instead of get_run_time.
/toolchain/binutils/binutils-2.25/gas/
Das.c994 long run_time = get_run_time () - start_time; in dump_statistics()
1133 start_time = get_run_time (); in main()
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h215 extern long get_run_time (void);
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c191 long start_time = get_run_time (); in main()
522 long run_time = get_run_time () - start_time; in main()