GPUdb C++ API
Version 5.2.0.0
|
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 requests made to GPUdb along with the request timing and internal job id. The GPUdb Admin tool uses it to present request timing information to the user.
Definition at line 96 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingResponse object with default parameter values.
Definition at line 103 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::endpoints |
Definition at line 110 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::jobids |
Definition at line 112 of file show_system_timing.h.
std::vector<float> gpudb::ShowSystemTimingResponse::timeInMs |
Definition at line 111 of file show_system_timing.h.