![]() |
Taskflow
3.2.0-Master-Branch
|
class to create an observer based on Chrome tracing format More...
#include <observer.hpp>
Public Member Functions | |
void | dump (std::ostream &ostream) const |
dumps the timelines into a Chrome Tracing format through an output stream | |
std::string | dump () const |
dumps the timelines into a Chrome Tracing format | |
void | clear () |
clears the timeline data | |
size_t | num_tasks () const |
queries the number of tasks observed | |
![]() | |
virtual | ~ObserverInterface ()=default |
virtual destructor | |
Friends | |
class | Executor |
class to create an observer based on Chrome tracing format
A tf::ChromeObserver inherits tf::ObserverInterface and defines methods to dump the observed thread activities into a format that can be visualized through Chrome Tracing.