Move BenchTimer to tools as Timer
authormtklein <mtklein@chromium.org>
Fri, 20 Jun 2014 17:31:48 +0000 (10:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Jun 2014 17:31:49 +0000 (10:31 -0700)
commit4ed75287aed6371c6e4a41ffcc78c8a49c9810ed
treecf96cc984bbd0a96c0c7a0bad9d6dcc5c04c31d6
parent7b2b29abdb3b5900a9398615c14d3ccaca171a0c
Move BenchTimer to tools as Timer

This breaks a bunch of circular dependencies between tools and gm and bench.

BUG=skia:
R=tfarina@chromium.org, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/344213003
50 files changed:
bench/BenchGpuTimer_gl.cpp [deleted file]
bench/BenchGpuTimer_gl.h [deleted file]
bench/BenchSysTimer_c.cpp [deleted file]
bench/BenchSysTimer_c.h [deleted file]
bench/BenchSysTimer_mach.cpp [deleted file]
bench/BenchSysTimer_mach.h [deleted file]
bench/BenchSysTimer_posix.cpp [deleted file]
bench/BenchSysTimer_posix.h [deleted file]
bench/BenchSysTimer_windows.cpp [deleted file]
bench/BenchSysTimer_windows.h [deleted file]
bench/BenchTimer.cpp [deleted file]
bench/BenchTimer.h [deleted file]
bench/TimerData.cpp [deleted file]
bench/TimerData.h [deleted file]
bench/benchmain.cpp
debugger/QT/SkDebuggerGUI.cpp
gyp/SampleApp.gyp
gyp/apptype_console.gypi
gyp/bench.gyp
gyp/crash_handler.gyp [deleted file]
gyp/debugger.gyp
gyp/dm.gyp
gyp/gm.gyp
gyp/resources.gyp [deleted file]
gyp/skia_launcher.gyp [new file with mode: 0644]
gyp/tests.gyp
gyp/tests.gypi
gyp/tools.gyp
platform_tools/android/gyp/skia_android.gypi
platform_tools/android/gyp/skia_launcher.gypi [new file with mode: 0644]
tools/DumpRecord.cpp
tools/PictureBenchmark.cpp
tools/PictureBenchmark.h
tools/bbh_shootout.cpp
tools/bench_pictures_main.cpp
tools/bench_playback.cpp
tools/bench_record.cpp
tools/skpdiff/skpdiff_util.cpp
tools/timer/GpuTimer.cpp [new file with mode: 0644]
tools/timer/GpuTimer.h [new file with mode: 0644]
tools/timer/SysTimer_mach.cpp [new file with mode: 0644]
tools/timer/SysTimer_mach.h [new file with mode: 0644]
tools/timer/SysTimer_posix.cpp [new file with mode: 0644]
tools/timer/SysTimer_posix.h [new file with mode: 0644]
tools/timer/SysTimer_windows.cpp [new file with mode: 0644]
tools/timer/SysTimer_windows.h [new file with mode: 0644]
tools/timer/Timer.cpp [new file with mode: 0644]
tools/timer/Timer.h [new file with mode: 0644]
tools/timer/TimerData.cpp [new file with mode: 0644]
tools/timer/TimerData.h [new file with mode: 0644]