◆ 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.
| [in] | request_ | Request object containing the parameters for 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.
◆ 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.
| [in] | options | Optional parameters, currently unused. The default value is an empty map. |
◆ 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.
| [in] | options | Optional parameters, currently unused. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |