nakatamaho / mplapack

The MPLAPACK: multiple precision version of BLAS and LAPACK
Other
80 stars 11 forks source link

Use std::chrono to measure time; clean up time measurement, especially for benchmarking. #39

Closed nakatamaho closed 2 years ago

nakatamaho commented 2 years ago

we can use std::chrono to measure time, especially for benchmarking.

nakatamaho commented 2 years ago

Use std::chrono to measure time; clean up time measurement, especially for benchmarking.

nakatamaho commented 2 years ago

https://github.com/nakatamaho/mplapack/blob/master/include/mplapack_benchmark.h contains microseconds