Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: tools/bench_pictures_main.cpp

Issue 344213003: Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixes Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2012 Google Inc. 2 * Copyright 2012 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "BenchLogger.h" 8 #include "BenchLogger.h"
9 #include "BenchTimer.h" 9 #include "Timer.h"
10 #include "CopyTilesRenderer.h" 10 #include "CopyTilesRenderer.h"
11 #include "CrashHandler.h" 11 #include "CrashHandler.h"
12 #include "LazyDecodeBitmap.h" 12 #include "LazyDecodeBitmap.h"
13 #include "PictureBenchmark.h" 13 #include "PictureBenchmark.h"
14 #include "PictureRenderingFlags.h" 14 #include "PictureRenderingFlags.h"
15 #include "PictureResultsWriter.h" 15 #include "PictureResultsWriter.h"
16 #include "SkCommandLineFlags.h" 16 #include "SkCommandLineFlags.h"
17 #include "SkData.h" 17 #include "SkData.h"
18 #include "SkDiscardableMemoryPool.h" 18 #include "SkDiscardableMemoryPool.h"
19 #include "SkGraphics.h" 19 #include "SkGraphics.h"
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 #endif 456 #endif
457 gWriter.end(); 457 gWriter.end();
458 return 0; 458 return 0;
459 } 459 }
460 460
461 #if !defined SK_BUILD_FOR_IOS 461 #if !defined SK_BUILD_FOR_IOS
462 int main(int argc, char * const argv[]) { 462 int main(int argc, char * const argv[]) {
463 return tool_main(argc, (char**) argv); 463 return tool_main(argc, (char**) argv);
464 } 464 }
465 #endif 465 #endif
OLDNEW
« no previous file with comments | « tools/bbh_shootout.cpp ('k') | tools/bench_playback.cpp » ('j') | tools/timer/GpuTimer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698