#include "platform.hh"
Public Types | |
typedef std::vector< Ase::TaskStatus > | List |
Static Public Member Functions | |
static void | add (const std::string &name, int pid, int tid=-1) |
static bool | is_ase () |
static List | list () |
static bool | remove (int tid) |
static void | setup_ase (const String &name16chars) |
static void | update () |
The task registry keeps track of runtime threads for profiling and statistical purposes.
typedef std::vector<Ase::TaskStatus> List |
|
static |
Add process/thread to registry for runtime profiling.
|
static |
Remove process/thread based on thread_id.
|
static |
Issue TaskStatus.update on all tasks in registry.
|
static |
Retrieve a copy to the list of all tasks in registry.
|
static |
|
static |