Subroutine Type |
Utility/Data Access |
|
Definition |
Retrieves the CPU time during MotionSolve execution. |
|
Use |
The function can be called by any user-defined subroutine. |
|
Calling Syntax |
Fortran CALL GETCPU (VALUE)
C c_getcpu(value)
Python value = py_getcpu()
MATLAB value = m_getcpu() |
|
Input Arguments |
No input arguments. |
|
Output Values |
[double precision] VALUE |
The output value represents the current CPU time. |
See Also: