|
Cpp-Taskflow
2.3.0
|
Default executor observer to dump the execution timelines. More...
#include <observer.hpp>


Public Member Functions | |
| void | dump (std::ostream &ostream) const |
| dump the timelines in JSON format to an ostream More... | |
| std::string | dump () const |
| dump the timelines in JSON to a std::string More... | |
| void | clear () |
| clear the timeline data | |
| size_t | num_tasks () const |
| get the number of total tasks in the observer More... | |
Public Member Functions inherited from tf::ExecutorObserverInterface | |
| virtual | ~ExecutorObserverInterface ()=default |
| virtual destructor | |
Friends | |
| class | Executor |
Default executor observer to dump the execution timelines.
|
inline |
dump the timelines in JSON format to an ostream
| ostream | the target std::ostream to dump |
|
inline |
dump the timelines in JSON to a std::string
|
inline |
get the number of total tasks in the observer