Skip to main content

◆ showSystemTiming() [1/4]

ShowSystemTimingResponse gpudb::GPUdb::showSystemTiming (const ShowSystemTimingRequest &request_) const

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showSystemTiming() [2/4]

ShowSystemTimingResponse & gpudb::GPUdb::showSystemTiming (const ShowSystemTimingRequest &request_,
ShowSystemTimingResponse &response_ ) const

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ showSystemTiming() [3/4]

ShowSystemTimingResponse gpudb::GPUdb::showSystemTiming (const std::map< std::string, std::string > &options) const

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

Parameters
[in]optionsOptional parameters, currently unused. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showSystemTiming() [4/4]

ShowSystemTimingResponse & gpudb::GPUdb::showSystemTiming (const std::map< std::string, std::string > &options,
ShowSystemTimingResponse &response_ ) const

Returns the last 100 database requests along with the request timing and internal job ID.

The admin tool uses it to present request timing information to the user.

Parameters
[in]optionsOptional parameters, currently unused. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).