AQUAgpusph 5.0.4
|
Profiling sample. More...
#include <CalcServer.hpp>
Data Fields | |
Tool * | tool |
The triggering tool. | |
std::string | name |
The name of the sample. | |
cl_ulong | start |
The starting timer. | |
cl_ulong | end |
The ending timer. |
Profiling sample.
cl_ulong Aqua::CalcServer::_ProfilingSample::end |
The ending timer.
std::string Aqua::CalcServer::_ProfilingSample::name |
The name of the sample.
cl_ulong Aqua::CalcServer::_ProfilingSample::start |
The starting timer.
Tool* Aqua::CalcServer::_ProfilingSample::tool |
The triggering tool.