Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(344)

Issue 6258062: Add bench to test the performance of creating a picture. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by DerekS
Modified:
12 years, 1 month ago
Reviewers:
TomH, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Add bench to test the performance of creating a picture. Committed: https://code.google.com/p/skia/source/detail?r=4076

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -0 lines) Patch
A bench/PictureRecordBench.cpp View 1 1 chunk +130 lines, -0 lines 0 comments Download
M gyp/bench.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
DerekS
12 years, 1 month ago (2012-05-30 15:17:59 UTC) #1
DerekS
patch set 2 address the issues we discussed in person.
12 years, 1 month ago (2012-05-30 15:57:46 UTC) #2
reed1
DictionaryPlaybackBench is still a funny name. How about 'QuickAndDirtyRecordBench...
12 years, 1 month ago (2012-05-30 16:17:52 UTC) #3
reed1
lgtm otherwise
12 years, 1 month ago (2012-05-30 16:18:01 UTC) #4
TomH
12 years, 1 month ago (2012-05-30 17:58:32 UTC) #5
So, looking at some initial results on Linux, 20% of our time is spent in
SkPictureRecord::add*(), the bottleneck for which is doing comparisons in
Sk*Dictionary.find().
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b