|
dm is like gm, but faster and with fewer features.
This is sort of the near-minimal proof-of-concept skeleton.
- It can run existing GMs.
- It supports most configs (just not PDF).
- --replay is the only "fancy" feature it currently supports
Hopefully you will be disturbed by its speed.
BUG=
R=epoger@google.com
Committed: https://code.google.com/p/skia/source/detail?r=11802
Total comments: 32
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+852 lines, -1 line) |
Patch |
|
|
dm/DM.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+166 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMComparisonTask.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMComparisonTask.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMCpuTask.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMCpuTask.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMGpuTask.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMGpuTask.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMReplayTask.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMReplayTask.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMReporter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMReporter.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMTask.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMTask.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMTaskRunner.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMTaskRunner.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMUtil.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/DMUtil.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
|
dm/README
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
|
gyp/dm.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
|
gyp/everything.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|