GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for showSystemTiming(const ShowSystemTimingRequest&) const. More...
#include <gpudb/protocol/show_system_timing.h>
Public Member Functions | |
ShowSystemTimingResponse () | |
Constructs a ShowSystemTimingResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | endpoints |
std::vector< float > | timeInMs |
std::vector< std::string > | jobids |
A set of output parameters for showSystemTiming(const ShowSystemTimingRequest&) 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.
Definition at line 95 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingResponse object with default parameter values.
Definition at line 102 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::endpoints |
Definition at line 109 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::jobids |
Definition at line 111 of file show_system_timing.h.
std::vector<float> gpudb::ShowSystemTimingResponse::timeInMs |
Definition at line 110 of file show_system_timing.h.