aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/calendar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't need this function anymorelloyd2012-02-201-12/+0
|
* Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-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.