GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showSystemTiming. More...
#include <gpudb/protocol/show_system_timing.h>
Public Member Functions | |
ShowSystemTimingResponse () | |
Constructs a ShowSystemTimingResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | endpoints |
List of recently called endpoints, most recent first. More... | |
std::vector< float > | timeInMs |
List of time (in ms) of the recent requests. More... | |
std::vector< std::string > | jobids |
List of the internal job ids for the recent requests. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showSystemTiming.
Definition at line 93 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingResponse object with default parameters.
Definition at line 99 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::endpoints |
List of recently called endpoints, most recent first.
Definition at line 110 of file show_system_timing.h.
std::map<std::string, std::string> gpudb::ShowSystemTimingResponse::info |
Additional information.
Definition at line 125 of file show_system_timing.h.
std::vector<std::string> gpudb::ShowSystemTimingResponse::jobids |
List of the internal job ids for the recent requests.
Definition at line 120 of file show_system_timing.h.
std::vector<float> gpudb::ShowSystemTimingResponse::timeInMs |
List of time (in ms) of the recent requests.
Definition at line 115 of file show_system_timing.h.