BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Static Public Member Functions
Bse::TaskRegistry Class Reference

The task registry keeps track of runtime threads for profiling and statistical purposes. More...

#include <bsecore.hh>

List of all members.

Public Types

typedef std::vector
< Rapicorn::TaskStatus
List

Static Public Member Functions

static void add (const std::string &name, int pid, int tid=-1)
 Add process/thread to registry for runtime profiling.
static bool remove (int tid)
 Remove process/thread based on thread_id.
static void update ()
 Issue TaskStatus.update on all tasks in registry.
static List list ()
 Retrieve a copy to the list of all tasks in registry.

Detailed Description

The task registry keeps track of runtime threads for profiling and statistical purposes.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines