Lines Matching full:time
21 # include <time.h>
22 # include <sys/time.h>
29 * i) Loop until a threshold time is reached:
50 * // time the normalization function
57 * // time the loop for 10 seconds at least and find out the loop count and time taken
62 * ii) Measure the time taken
105 * //compute the time
213 * Intializes the timer with the current time
215 * @param timer A pointer to UTimer struct to recieve the current time
225 * timer1's time from timer2's time
227 * @param timer1 A pointer to UTimer struct to be used as starting time
228 * @param timer2 A pointer to UTimer struct to be used as end time
229 * @return Time in seconds
241 * Returns the time elapsed from the starting time represented by the
243 * @param timer A pointer to UTimer struct to be used as starting time
244 * @return Time elapsed in seconds
254 * Executes the function pointed to for a given time and returns exact time
260 * @return the time elapsed in seconds