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. | |
Public Attributes | |
| std::vector< std::string > | endpoints |
| List of recently called endpoints, most recent first. | |
| std::vector< float > | timeInMs |
| List of time (in ms) of the recent requests. | |
| std::vector< std::string > | jobids |
| List of the internal job IDs for the recent requests. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showSystemTiming.
Definition at line 93 of file show_system_timing.h.
Constructor & Destructor Documentation
◆ ShowSystemTimingResponse()
| inline |
Constructs a ShowSystemTimingResponse object with default parameters.
Definition at line 99 of file show_system_timing.h.
Member Data Documentation
◆ endpoints
| 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.
◆ info
| std::map<std::string, std::string> gpudb::ShowSystemTimingResponse::info |
Additional information.
Definition at line 125 of file show_system_timing.h.
◆ jobids
| 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.
◆ timeInMs
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_system_timing.h