benchmark-toolbox: add benchmark-toolbox

a unified benchmarking tool
This commit is contained in:
souldbminersmwc
2026-06-07 21:10:53 -04:00
parent 8ebf887956
commit 4a5e889c40
1252 changed files with 356811 additions and 491 deletions

View File

@@ -0,0 +1,16 @@
#pragma once
#include <stdbool.h>
#include <hocclk/clock_manager.h>
#ifdef __cplusplus
extern "C" {
#endif
bool hocclk_init(void);
void hocclk_exit(void);
bool hocclk_get(HocClkContext *out);
#ifdef __cplusplus
}
#endif