1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

CPU usage getter for apple.

This commit is contained in:
Bartosz Taudul
2019-02-25 15:04:06 +01:00
parent 85f29a0f22
commit 963d2b3ca8
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __TRACYSYSTIME_HPP__
#define __TRACYSYSTIME_HPP__
#if defined _WIN32 || defined __CYGWIN__ || defined __linux__
#if defined _WIN32 || defined __CYGWIN__ || defined __linux__ || defined __APPLE__
# define TRACY_HAS_SYSTIME
#endif