Next: , Previous: elapsedTime, Up: Times   [Contents]


6.4 currentTime

return the current process times

Synopsis

#include <suplib/times.h>

Time *currentTime(Time *time);

Parameters

Time *time

the destination Time structure

Description

currentTime fills a specified Time structure with the current user, system and clock times for the process.

Returns

It returns the passed pointer.

Author

Diab Jerius