HyperWorks Solvers

GETCPU

GETCPU

Previous topic Next topic No expanding text in this topic  

GETCPU

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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:

Data Access Subroutines