mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
16 lines
266 B
C
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);
|