Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't need this function anymore | lloyd | 2012-02-20 | 1 | -12/+0 |
| | |||||
* | Remove get_nanoseconds_clock as we'll rely on std::chrono's high | lloyd | 2012-02-20 | 1 | -0/+64 |
resolution clock for this in C++11. Now that the only remaining function in time.h is calendar_point, rename the header to calendar.h. Hopefully that last use will go away once a TR2 datetime library becomes available. Use std::chrono inside the library benchmark code. |