Lines Matching refs:time
30 #include <sys/time.h>
32 #include <time.h>
86 #error the macro ABIGAIL_ROOT_SYSTEM_LIBDIR must be set at compile time
205 /// To stop the timer (and record the time elapsed since the timer was
219 /// This records the time elapsed since the timer was started using
231 /// Get the elapsed time in seconds.
233 /// @return the time elapsed between the invocation of the methods
239 /// Get the elapsed time in hour:minutes:seconds:milliseconds.
276 /// Get the elapsed time as a human-readable string.
278 /// @return the elapsed time as a human-readable string.
310 /// Emit a string representing the elapsed time (in a human-readable
313 /// @param o the output stream to emit the elapsed time string to.
1405 srand(time(NULL));
2553 // sub-directory. So we might as well save some time by picking it
2625 /// @param t time to trace time spent in each step.