NAME

GRPC_SINFO_GET_EXECUTABLE_CALCULATION_CPU_TIME_NP - Gets CPU time for RPC calculation from the session information.

SYNOPSIS

INTEGER FUNCTION GRPC_SINFO_GET_EXECUTABLE_CALCULATION_CPU_TIME_NP(SESSION_INFO, SEC, USEC)

ARGUMENTS

INTEGER(KIND=8) SESSION_INFO
The session information
INTEGER SEC
The area for returning "second" part of CPU time for RPC calculation
INTEGER USEC
The area for returning "microsecond" part of CPU time for RPC calculation

DESCRIPTION

The GRPC_SINFO_GET_EXECUTABLE_CALCULATION_CPU_TIME_NP() function gets CPU time for RPC calculation from the session information.

This value is measured in Ninf-G Executable.

This function is MT-safe.

RETURN VALUE

If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.

ERRORS

GRPC_NOT_INITIALIZED
GRPC client is not initialized yet.
GRPC_OTHER_ERROR_CODE
Internal error detected.

last update : $Date$