Shift monotonic_coarse_clock into Chrono.h and rename it to coarse_steady_clock
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 30 Dec 2017 22:26:38 +0000 (14:26 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 30 Dec 2017 22:50:22 +0000 (14:50 -0800)
commit56d54ca2b245f0f102aeabdec4c20326cdf5abe6
treeb754543b311d116fc5de7cedceef38677c08dd7e
parentda2c859c9c8ce594b8760aae290503e2a33cef7f
Shift monotonic_coarse_clock into Chrono.h and rename it to coarse_steady_clock

Summary: The rename is to bring it closer in line with the naming conventions in the standard library, and the move is because it doesn't make sense to have clocks defined in stop_watch.

Reviewed By: Orvid

Differential Revision: D6329551

fbshipit-source-id: 09d9a48eb47b8fd3761a1bd4350d9ca748fe1f96
folly/Chrono.h
folly/stop_watch.h
folly/test/SharedMutexTest.cpp