test_sectimer()
#
Test the elapsed time since start_sectimer()
was called, in seconds.
Prototype
PUBLIC double test_sectimer(
double start
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The start timestamp returned by |
Return Value
Returns the elapsed time in seconds as a double
value.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples