mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Reduced resource usage.
This commit is contained in:
@ -48,12 +48,14 @@ protected:
|
||||
bool m_FirstTime;
|
||||
|
||||
int m_Processor;
|
||||
int m_NumOfProcessors;
|
||||
|
||||
PROCNTQSI m_NtQuerySystemInformation;
|
||||
PROCGST m_GetSystemTimes;
|
||||
|
||||
std::vector<double> m_OldTime;
|
||||
|
||||
static PROCNTQSI c_NtQuerySystemInformation;
|
||||
static PROCGST c_GetSystemTimes;
|
||||
|
||||
static int c_NumOfProcessors;
|
||||
static ULONG c_BufferSize;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user