GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for showSystemTiming(const ShowSystemTimingRequest&) const. More...
#include <gpudb/protocol/show_system_timing.h>
Public Member Functions | |
ShowSystemTimingRequest () | |
Constructs a ShowSystemTimingRequest object with default parameter values. More... | |
ShowSystemTimingRequest (const std::map< std::string, std::string > &options) | |
Constructs a ShowSystemTimingRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
A set of input 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 20 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingRequest object with default parameter values.
Definition at line 27 of file show_system_timing.h.
|
inline |
Constructs a ShowSystemTimingRequest object with the specified parameters.
[in] | options | Optional parameters, currently unused. Default value is an empty std::map. |
Definition at line 40 of file show_system_timing.h.
std::map<std::string, std::string> gpudb::ShowSystemTimingRequest::options |
Definition at line 45 of file show_system_timing.h.