Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/)
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Apr 2014 20:17:24 +0000 (20:17 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Apr 2014 20:17:24 +0000 (20:17 +0000)
commitd0306a15938a971e10dd8648d3e17b001c4b0014
treec4ef3cae52cc3973ae40338ae5019d00375bf21f
parentf1c0135425c6ed415ad303ac99e1a49f6a66a2ad
Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/)

Reason for revert:
breaks EVERYTHING

Original issue's description:
> Add nanosecond timer.
>
> I've been finding it hard to get enough resolution out of our existing timers when measuring really tiny pictures.
>
> BUG=skia:2378
>
> Committed: http://code.google.com/p/skia/source/detail?r=14362

R=bsalomon@google.com, bungeman@google.com, mtklein@chromium.org
TBR=bsalomon@google.com, bungeman@google.com, mtklein@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:2378

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/258703002

git-svn-id: http://skia.googlecode.com/svn/trunk@14364 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkTime.h
include/core/SkTypes.h
src/ports/SkTime_Unix.cpp
src/ports/SkTime_win.cpp
tools/bench_playback.cpp
tools/bench_record.cpp