alrevuelta / cONNXr

Pure C ONNX runtime with zero dependancies for embedded devices
MIT License
189 stars 31 forks source link

Benchmarking and time.h on Windows #82

Open alrevuelta opened 3 years ago

alrevuelta commented 3 years ago

time.h library is used to measure the execution time of the models. On macOS and Linux its sufficient, but for some models (below 1 second) the time is not measured correctly on Windows. Study an alternative.