CppTest home page | CppTest project page |
#include <cpptest-time.h>
Encapsulates a time value with microsecond resolution. It is possible to retrieve the current time, add and subtract time values, and output the time to an output stream.
|
Constructs a time object with zeroed time. |
|
Constructs a time object.
|
|
|
|
|
|
|
|
Adds two time values.
|
|
Computes the time elapsed between two time values.
|
|
Outputs a time to an output stream.
|