Replaced timers with portable chrono
Before c++11 we neede to use different timers on different systems. C++11 defined a high resolution chrono class that should be portable.
Loading
Please sign in to comment
Before c++11 we neede to use different timers on different systems. C++11 defined a high resolution chrono class that should be portable.