feat(cpu): Add ramp-coreload-spacing ()

Resolves 
This commit is contained in:
Ryan Geary 2018-10-15 18:59:45 -04:00 committed by Patrick Ziegler
parent abdd5f9233
commit 06adef1055
4 changed files with 7 additions and 4 deletions
include/modules

View file

@ -37,6 +37,7 @@ namespace modules {
ramp_t m_rampload;
ramp_t m_rampload_core;
label_t m_label;
int m_ramp_padding;
vector<cpu_time_t> m_cputimes;
vector<cpu_time_t> m_cputimes_prev;