| commit | 9399cac0a14775f09735b2a59b83e65c462a728c | [log] [tgz] |
|---|---|---|
| author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 31 19:47:59 2011 +0000 |
| committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 31 19:47:59 2011 +0000 |
| tree | 6ba0aaefe10042f4b0f2723fbccdeb66c1f869fa | |
| parent | 87fcfe0654078a5955118aef698905b7b5fd4f32 [diff] [blame] |
Change no-op math bench to noOp. http://codereview.appspot.com/4962047/ git-svn-id: http://skia.googlecode.com/svn/trunk@2206 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/MathBench.cpp b/bench/MathBench.cpp index 16eaebe..a8eb43e 100644 --- a/bench/MathBench.cpp +++ b/bench/MathBench.cpp
@@ -51,7 +51,7 @@ class NoOpMathBench : public MathBench { public: - NoOpMathBench(void* param) : INHERITED(param, "slowIsqrt") {} + NoOpMathBench(void* param) : INHERITED(param, "noOp") {} protected: virtual void performTest(float dst[], const float src[], int count) { for (int i = 0; i < count; ++i) {