Files
macos-stats/Modules/CPU/CPU.h
Serhiy Mytrovtsiy 52c8871573 - fix runtime check for IPG framework
- add CPU frequency to the popup view
2020-10-15 16:38:19 +02:00

16 lines
266 B
C

//
// CPU.h
// CPU
//
// Created by Serhiy Mytrovtsiy on 13/10/2020.
// Using Swift 5.0.
// Running on macOS 10.15.
//
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
//
void PG_start(void);
void PG_stop(void);
double* PG_getCPUFrequency(void);