spot  2.16
Public Attributes | List of all members
spot::time_info Struct Reference

A structure to record elapsed time in clock ticks. More...

#include <spot/misc/timer.hh>

Collaboration diagram for spot::time_info:

Public Attributes

clock_t utime
 User time of the process. More...
 
clock_t stime
 System time of the process. More...
 
clock_t cutime
 User time of child processes. More...
 
clock_t cstime
 System time of child processes. More...
 

Detailed Description

A structure to record elapsed time in clock ticks.

Member Data Documentation

◆ cstime

clock_t spot::time_info::cstime

System time of child processes.

Referenced by spot::timer::cstime(), spot::timer::start(), and spot::timer::stop().

◆ cutime

clock_t spot::time_info::cutime

User time of child processes.

Referenced by spot::timer::cutime(), spot::timer::start(), and spot::timer::stop().

◆ stime

clock_t spot::time_info::stime

System time of the process.

Referenced by spot::timer::start(), spot::timer::stime(), and spot::timer::stop().

◆ utime

clock_t spot::time_info::utime

User time of the process.

Referenced by spot::timer::start(), spot::timer::stop(), and spot::timer::utime().


The documentation for this struct was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.1