GETCPU

Utility/Data Access SubroutineRetrieves the CPU time during MotionSolve execution.

Use

The function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL GETCPU (VALUE)
C/C++ Calling Syntax
c_getcpu(value)
Python Calling Syntax
value = py_getcpu()
MATLAB Calling Syntax
value = m_getcpu()

Output

VALUE
[double precision]
The output value represents the current CPU time.