commit | 70084cbc16ee8162649f2601377feb6e49de0217 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Oct 22 12:47:04 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 22 12:47:04 2015 -0700 |
tree | d76710d4f019e80412ff3562c695c7327b10e574 | |
parent | cae0085accd0b241d883770fe17d4161f56d68ae [diff] |
SkTime::GetNSecs() - Move high-precision wall timers from tools/timer to SkTime. - Implement SkTime::GetMSecs() in terms of SkTime::GetNSecs(). - Delete unused tools/timer code. I have no idea what's going on there in src/animator. I don't intend to investigate. BUG=skia: Review URL: https://codereview.chromium.org/1422513003