diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-03 15:36:22 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-03 15:36:22 +0100 |
commit | 9de0b7f8937b7f6ce990132609f0b26851b31f2b (patch) | |
tree | a69f73358c9b75e5a11c9ed18d934964461360bf /debug.cpp | |
parent | 05895c86bddf50aacb3bb5e6a6bcc073965341ef (diff) |
Monitor CPU
Diffstat (limited to 'debug.cpp')
-rw-r--r-- | debug.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debug.cpp b/debug.cpp new file mode 100644 index 0000000..09c9fcc --- /dev/null +++ b/debug.cpp @@ -0,0 +1,3 @@ +#include "debug.h" + +debug_ostream debug_cout; |