Profiler subinstance base class.
More...
#include <Tool.hpp>
|
void | sample (cl_ulong start, cl_ulong end) |
| Add profiling info.
|
Profiler subinstance base class.
◆ Profile()
Aqua::CalcServer::Profile::Profile |
( |
const std::string | name, |
|
|
Tool * | tool ) |
|
inline |
Constructor.
- Parameters
-
name | The name |
tool | The owning tool |
◆ ~Profile()
virtual Aqua::CalcServer::Profile::~Profile |
( |
| ) |
|
|
inlinevirtual |
◆ sample()
void Aqua::CalcServer::Profile::sample |
( |
cl_ulong | start, |
|
|
cl_ulong | end ) |
|
protected |
Add profiling info.
- Parameters
-
start | Starting timestamp |
end | Ending timestamp |
◆ step()
void Aqua::CalcServer::Profile::step |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /home/pepe/SPH/Code/aquagpusph/aquagpusph/CalcServer/Tool.hpp
- /home/pepe/SPH/Code/aquagpusph/aquagpusph/CalcServer/Tool.cpp