benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
This commit is contained in:
16
Source/Benchmark-Toolbox/source/hoc_clk.h
Normal file
16
Source/Benchmark-Toolbox/source/hoc_clk.h
Normal 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
|
||||
Reference in New Issue
Block a user