|
Taskflow
2.6.0
|
observer designed based on chrome tracing format 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::ObserverInterface | |
| virtual | ~ObserverInterface ()=default |
| virtual destructor | |
Friends | |
| class | Executor |
observer designed based on chrome tracing format
|
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