GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSystemTimingResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::showSystemTiming.

Definition at line 93 of file show_system_timing.h.

Constructor & Destructor Documentation

◆ ShowSystemTimingResponse()

gpudb::ShowSystemTimingResponse::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: