Thrill  0.1
ProfileTask Class Referenceabstract

Detailed Description

Definition at line 26 of file profile_task.hpp.

+ Inheritance diagram for ProfileTask:

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

Constructor & Destructor Documentation

◆ ~ProfileTask()

virtual ~ProfileTask ( )
inlinevirtual

virtual destructor

Definition at line 30 of file profile_task.hpp.

References ProfileTask::RunTask().

Member Function Documentation

◆ RunTask()

virtual void RunTask ( const std::chrono::steady_clock::time_point &  tp)
pure virtual

method called by ProfileThread.

Implemented in BlockPool, and Manager.

Referenced by ProfileThread::Worker(), and ProfileTask::~ProfileTask().


The documentation for this class was generated from the following file: