Go to the documentation of this file.
   17 #ifndef SC_HYPERVISOR_CONFIG_H 
   18 #define SC_HYPERVISOR_CONFIG_H 
   28 #define SC_HYPERVISOR_MAX_IDLE -1 
   29 #define SC_HYPERVISOR_MIN_WORKING -2 
   30 #define SC_HYPERVISOR_PRIORITY -3 
   31 #define SC_HYPERVISOR_MIN_WORKERS -4 
   32 #define SC_HYPERVISOR_MAX_WORKERS -5 
   33 #define SC_HYPERVISOR_GRANULARITY -6 
   34 #define SC_HYPERVISOR_FIXED_WORKERS -7 
   35 #define SC_HYPERVISOR_MIN_TASKS -8 
   36 #define SC_HYPERVISOR_NEW_WORKERS_MAX_IDLE -9 
   37 #define SC_HYPERVISOR_TIME_TO_APPLY -10 
   38 #define SC_HYPERVISOR_NULL -11 
   39 #define SC_HYPERVISOR_ISPEED_W_SAMPLE -12 
   40 #define SC_HYPERVISOR_ISPEED_CTX_SAMPLE -13 
   41 #define SC_HYPERVISOR_TIME_SAMPLE -14 
   44 #define MAX_IDLE_TIME 5000000000 
   45 #define MIN_WORKING_TIME 500