My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Enumerations
stat_ids.h File Reference

Declares the identifiers with which stats can be logged. More...

#include <time.h>
#include <stdlib.h>

Go to the source code of this file.

Enumerations

enum  stat_id {
  MSU_QUEUE_LEN, MSU_ITEMS_PROCESSED, MSU_EXEC_TIME, MSU_IDLE_TIME,
  MSU_MEM_ALLOC, MSU_NUM_STATES, MSU_ERROR_CNT, MSU_UCPUTIME,
  MSU_SCPUTIME, MSU_MINFLT, MSU_MAJFLT, MSU_VCSW,
  MSU_IVCSW, THREAD_UCPUTIME, THREAD_SCPUTIME, THREAD_MAXRSS,
  THREAD_MINFLT, THREAD_MAJFLT, THREAD_VCSW, THREAD_IVCSW,
  MSU_STAT1, MSU_STAT2, MSU_STAT3, PROF_ENQUEUE,
  PROF_DEQUEUE, PROF_REMOTE_SEND, PROF_REMOTE_RECV, PROF_DEDOS_ENTRY,
  PROF_DEDOS_EXIT
}
 The identifiers with which stats can be logged. More...
 

Detailed Description

Declares the identifiers with which stats can be logged.

Definition in file stat_ids.h.

Enumeration Type Documentation

enum stat_id

The identifiers with which stats can be logged.

Enumerator
MSU_QUEUE_LEN 
MSU_ITEMS_PROCESSED 
MSU_EXEC_TIME 
MSU_IDLE_TIME 
MSU_MEM_ALLOC 
MSU_NUM_STATES 
MSU_ERROR_CNT 
MSU_UCPUTIME 
MSU_SCPUTIME 
MSU_MINFLT 
MSU_MAJFLT 
MSU_VCSW 
MSU_IVCSW 
THREAD_UCPUTIME 
THREAD_SCPUTIME 
THREAD_MAXRSS 
THREAD_MINFLT 
THREAD_MAJFLT 
THREAD_VCSW 
THREAD_IVCSW 
MSU_STAT1 

For custom MSU statistics.

MSU_STAT2 

For custom MSU statistics.

MSU_STAT3 

For custom MSU statistics.

PROF_ENQUEUE 

Profiling.

PROF_DEQUEUE 

Profiling.

PROF_REMOTE_SEND 

Profiling.

PROF_REMOTE_RECV 

Profiling.

PROF_DEDOS_ENTRY 

Profiling.

PROF_DEDOS_EXIT 

Profiling.

Definition at line 32 of file stat_ids.h.