times.h
Overview
Related Modules:
Description:
Provides structures and functions related to the process time.
You can obtain the process time.
Since:
1.0
Version:
1.0
Summary
Data Structures
| Data Structure Name | Description |
|---|---|
| tms | Describes CPU time of a process and its child processes. |
Functions
| Function Name | Description |
|---|---|
| times (struct tms *tm) | clock_t Obtains the number of clock ticks of the current process. |
