public class Times extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Times.tms
A structure containing four clock_t instances, where clock_t is a long.
|
| Constructor and Description |
|---|
Times() |
| Modifier and Type | Method and Description |
|---|---|
static long |
times(Times.tms tp)
The times() function returns the value of time in CLK_TCK's of a second since 0 hours, 0
minutes, 0 seconds, January 1, 1970, Coordinated Universal Time.
|
public static long times(Times.tms tp)