Taskflow  3.2.0-Master-Branch
Loading...
Searching...
No Matches
observer.hpp File Reference

observer include file More...

Go to the source code of this file.

Classes

class  tf::ObserverInterface
 class to derive an executor observer More...
 
class  tf::ChromeObserver
 class to create an observer based on Chrome tracing format More...
 
class  tf::TFProfObserver
 class to create an observer based on the built-in taskflow profiler format More...
 

Namespaces

namespace  tf
 taskflow namespace
 

Typedefs

using tf::observer_stamp_t = std::chrono::time_point< std::chrono::steady_clock >
 default time point type of observers
 

Enumerations

enum class  tf::ObserverType : int { TFPROF = 0 , CHROME , UNDEFINED }
 enumeration of all observer types
 

Functions

const char * tf::to_string (ObserverType type)
 convert an observer type to a human-readable string
 

Detailed Description

observer include file