development:csdk:1.0:headers:gametank
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
development:csdk:1.0:headers:gametank [2024/11/08 01:57] – removed - external edit (Unknown date) 127.0.0.1 | development:csdk:1.0:headers:gametank [2024/11/08 01:57] (current) – ↷ Page moved from development:csdk:headers:gametank to development:csdk:1.0:headers:gametank clyde | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== gametank.h ====== | ||
+ | Header file with a lot of general system defines | ||
+ | ===== Defines ===== | ||
+ | |||
+ | ===== Macros ===== | ||
+ | |||
+ | ==== name ==== | ||
+ | <code C> | ||
+ | PROFILER_START(x) | ||
+ | </ | ||
+ | * x - from 0-16 start a timer to count cycles with in the emulator | ||
+ | ==== name ==== | ||
+ | <code C> | ||
+ | PROFILER_END(x) | ||
+ | </ | ||
+ | * x - from 0-16 stop a timer to count cycles with in the emulator |