test_msectimer()

test_msectimer()#

Test the elapsed time since start_msectimer() was called, in milliseconds.

Prototype

PUBLIC double test_msectimer(
    double start
);
        

Parameters

Key

Type

Description

start

double

The start timestamp returned by start_msectimer().


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