commit | 6a20871e5aeaa7e61f3348694bf436af16f824b9 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Dec 14 08:39:13 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 14 08:39:13 2015 -0800 |
tree | 53f97b43f53ab808e684614b68c92e7b09d40e12 | |
parent | 9aacd9029c7076d5c0f0e62338b82ce91de68ef9 [diff] |
SkTime updates 1) Use steady_clock instead of high_resolution_clock. If we don't have a guarantee of monotonicity, it's pretty much useless for timing things. 2) Implement Mac/iOS with <chrono> too. This was waiting on C++11 library support. Both high_resolution_clock and steady_clock are (still) busted on MSVC 2013, so no change there. BUG=skia: Review URL: https://codereview.chromium.org/1521293002