Thrill
0.1
|
Definition at line 26 of file profile_task.hpp.
#include <profile_task.hpp>
Public Member Functions | |
virtual | ~ProfileTask () |
virtual destructor More... | |
virtual void | RunTask (const std::chrono::steady_clock::time_point &tp)=0 |
method called by ProfileThread. More... | |
|
inlinevirtual |
virtual destructor
Definition at line 30 of file profile_task.hpp.
References ProfileTask::RunTask().
|
pure virtual |
method called by ProfileThread.
Implemented in BlockPool, and Manager.
Referenced by ProfileThread::Worker(), and ProfileTask::~ProfileTask().