FPGA-RISC-V-CPU / software / mmult / benchmark.h
benchmark.h
Raw
#ifndef BENCHMARK_H_
#define BENCHMARK_H_

#include "types.h"

void run_and_time(uint32_t (*f)());
#endif