📄 powermod.h
字号:
/* * powermod.h * Author: Victor Shnayder * * Global variable declarations for the power modeling TOSSIM extension */#ifndef POWERMOD_H_INCLUDED#define POWERMOD_H_INCLUDEDnorace double* cycles; // array of bb->cycle count mappingsnorace int power_init;norace int prof_on;norace int cpu_prof_on;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -