diff options
author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-24 20:47:55 +0000 |
---|---|---|
committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-24 20:47:55 +0000 |
commit | dd3948899725041bf52e3a4eea922f9961ee0a9b (patch) | |
tree | d555978523e6298f42c38fa74d343ce25f4eabf4 /gyp | |
parent | bbe50131413098bffed9186660c41f047d881596 (diff) |
Avoid a loop in writeString and writePad by zeroing padding first.
Also add a benchmark to time the new improved writeString. Before
my change the bench took ~1.23ms and afterwards it takes ~.95ms.
Add some testing to ensure that writePad works properly.
TEST=Writer32Test, WriterBench
Review URL: https://codereview.appspot.com/6438045
git-svn-id: http://skia.googlecode.com/svn/trunk@4742 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi index f809b6431e..e32db41117 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -34,6 +34,7 @@ '../bench/ShaderMaskBench.cpp', '../bench/TextBench.cpp', '../bench/VertBench.cpp', + '../bench/WriterBench.cpp', ], } |