20 #ifndef __JackProfiler__ 21 #define __JackProfiler__ 23 #include "JackConstants.h" 24 #include "JackPlatformPlug.h" 31 #include "JackEngineProfiling.h" 40 jack_client_t* fClient;
41 jack_port_t* fSchedulingPort;
42 jack_port_t* fDurationPort;
58 jack_client_t* fClient;
59 jack_port_t* fCPULoadPort;
60 jack_port_t* fDriverPeriodPort;
61 jack_port_t* fDriverEndPort;
64 std::map<std::string, JackProfilerClient*> fClientTable;
73 static int Process(jack_nframes_t nframes,
void* arg);
74 static void ClientRegistration(
const char* name,
int val,
void *arg);
Timing stucture for a table of clients.
Server real-time monitoring.