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