bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.92k stars 293 forks source link

Basic arm / 32-bit cpu support #143

Closed joelriendeau closed 2 years ago

joelriendeau commented 2 years ago

Hello, I use optick in a 32-bit embedded arm project. This requires using an alternate way of detecting the CPU name (cpuid.h is not available on my toolchain, and probably all arm toolchains as this is a CPU feature), and also changing an atomic variable to 32-bit.