-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.mic.cfg
38 lines (26 loc) · 1.03 KB
/
config.mic.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Average system power when CPU is idle (W)
SYS_POWER = 50
# Tolerated performance when using the performance mode
# (% of the maximal performance, between 0 and 1)
USER_PERF_REQ_PERF = 0.95
# Tolerated performance when using the energy mode
# (% of the maximal performance, between 0 and 1)
USER_PERF_REQ_ENERGY = 0.3
#
# DO NOT MODIFY VALUES BELOW IF YOU ARE NOT SURE OF WHAT YOU ARE DOING
#
# A core is considered as active when its usage is above this threshold
# (% of the full activity, between 0 and 1)
ACTIVITY_LEVEL = 0.5
# For how long do we evaluate IPC (us)
IPC_EVALUATION_TIME = 130000
# Minimal execution time for a frequency couple (us)
MIN_SLEEP_WIN = 1000000
# Never apply a frequency more than this duration (us)
MAX_SLEEP_WIN = 5000000
# How many frequencies to evaluate above and below the current frequency
FREQ_WINDOW_SZ = 2
# How many frequencies above and below the one applied for the maximal
# duration at previous step must be considered as equivalent to it.
# Can help to stabilize FoREST.
STABILITY_WINDOW_SZ = 0