Implement some basic benchmarking for seed generation (#4353)

* messy first implementation, pushing for verification

* push to test other platforms, add benchmark preset

* more other compiler fixes

* Finish implementing benchmarks

* forgot to reset the timers each run

* do it better

* move timers to thier own file

* forgot to add files
This commit is contained in:
Pepper0ni 2024-09-22 01:03:48 +01:00 committed by GitHub
commit 0a84d15d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 278 additions and 14 deletions

View file

@ -1221,4 +1221,5 @@ uint8_t Context::GetAmmo(uint32_t item) {
void Context::SetAmmo(uint32_t item, uint8_t count) {
mSaveContext->inventory.ammo[gItemSlots[item]] = count;
}
} // namespace Rando