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

Side by Side Diff: tools/BigPathBench.inc

Issue 1375363003: Factor out VisualBench timing code into a helper class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 years, 2 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
« no previous file with comments | « bench/BigPathBench.inc ('k') | tools/VisualBench/TimingStateMachine.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Inspired by crbug.com/455429
1 path.moveTo(-1113, 81); 2 path.moveTo(-1113, 81);
2 path.lineTo(-1113, 83); 3 path.lineTo(-1113, 83);
3 path.lineTo(-1113, 82); 4 path.lineTo(-1113, 82);
4 path.lineTo(-1112, 82); 5 path.lineTo(-1112, 82);
5 path.lineTo(-1112, 83); 6 path.lineTo(-1112, 83);
6 path.lineTo(-1111, 82); 7 path.lineTo(-1111, 82);
7 path.lineTo(-1111, 82); 8 path.lineTo(-1111, 82);
8 path.lineTo(-1110, 81); 9 path.lineTo(-1110, 81);
9 path.lineTo(-1110, 81); 10 path.lineTo(-1110, 81);
10 path.lineTo(-1109, 80); 11 path.lineTo(-1109, 80);
(...skipping 5128 matching lines...) Expand 10 before | Expand all | Expand 10 after
5139 path.lineTo(1506, 83); 5140 path.lineTo(1506, 83);
5140 path.lineTo(1506, 81); 5141 path.lineTo(1506, 81);
5141 path.lineTo(1507, 82); 5142 path.lineTo(1507, 82);
5142 path.lineTo(1507, 81); 5143 path.lineTo(1507, 81);
5143 path.lineTo(1508, 80); 5144 path.lineTo(1508, 80);
5144 path.lineTo(1508, 78); 5145 path.lineTo(1508, 78);
5145 path.lineTo(1509, 78); 5146 path.lineTo(1509, 78);
5146 path.lineTo(1509, 71); 5147 path.lineTo(1509, 71);
5147 path.lineTo(1510, 71); 5148 path.lineTo(1510, 71);
5148 path.lineTo(1511, 76); 5149 path.lineTo(1511, 76);
OLDNEW
« no previous file with comments | « bench/BigPathBench.inc ('k') | tools/VisualBench/TimingStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698