diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/BenchGpuTimer_gl.cpp | 7 | ||||
-rw-r--r-- | bench/BenchGpuTimer_gl.h | 7 | ||||
-rw-r--r-- | bench/BenchGpuTimer_none.cpp | 7 | ||||
-rw-r--r-- | bench/BenchGpuTimer_none.h | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_c.cpp | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_c.h | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_mach.cpp | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_mach.h | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_posix.cpp | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_posix.h | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_windows.cpp | 7 | ||||
-rw-r--r-- | bench/BenchSysTimer_windows.h | 7 | ||||
-rw-r--r-- | bench/BenchTimer.cpp | 7 | ||||
-rw-r--r-- | bench/BenchTimer.h | 7 | ||||
-rw-r--r-- | bench/BitmapBench.cpp | 7 | ||||
-rw-r--r-- | bench/BlurBench.cpp | 7 | ||||
-rw-r--r-- | bench/DecodeBench.cpp | 7 | ||||
-rw-r--r-- | bench/FPSBench.cpp | 7 | ||||
-rw-r--r-- | bench/GradientBench.cpp | 7 | ||||
-rw-r--r-- | bench/MatrixBench.cpp | 7 | ||||
-rw-r--r-- | bench/PathBench.cpp | 7 | ||||
-rw-r--r-- | bench/RectBench.cpp | 7 | ||||
-rw-r--r-- | bench/RepeatTileBench.cpp | 7 | ||||
-rw-r--r-- | bench/ScalarBench.cpp | 7 | ||||
-rw-r--r-- | bench/SkBenchmark.cpp | 7 | ||||
-rw-r--r-- | bench/SkBenchmark.h | 7 | ||||
-rw-r--r-- | bench/TextBench.cpp | 7 | ||||
-rw-r--r-- | bench/benchmain.cpp | 7 |
28 files changed, 196 insertions, 0 deletions
diff --git a/bench/BenchGpuTimer_gl.cpp b/bench/BenchGpuTimer_gl.cpp index ec2145d821..7236231b25 100644 --- a/bench/BenchGpuTimer_gl.cpp +++ b/bench/BenchGpuTimer_gl.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchGpuTimer_gl.h" #include <string.h> diff --git a/bench/BenchGpuTimer_gl.h b/bench/BenchGpuTimer_gl.h index ac2348274a..a393c1dc28 100644 --- a/bench/BenchGpuTimer_gl.h +++ b/bench/BenchGpuTimer_gl.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchGpuTimer_DEFINED #define SkBenchGpuTimer_DEFINED diff --git a/bench/BenchGpuTimer_none.cpp b/bench/BenchGpuTimer_none.cpp index 0dba6d7594..5b0bbf803b 100644 --- a/bench/BenchGpuTimer_none.cpp +++ b/bench/BenchGpuTimer_none.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchGpuTimer_none.h" BenchGpuTimer::BenchGpuTimer() { diff --git a/bench/BenchGpuTimer_none.h b/bench/BenchGpuTimer_none.h index 7069ca485b..3fad8d84f9 100644 --- a/bench/BenchGpuTimer_none.h +++ b/bench/BenchGpuTimer_none.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchGpuTimer_DEFINED #define SkBenchGpuTimer_DEFINED diff --git a/bench/BenchSysTimer_c.cpp b/bench/BenchSysTimer_c.cpp index fc0850baef..f4cbd39d73 100644 --- a/bench/BenchSysTimer_c.cpp +++ b/bench/BenchSysTimer_c.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchSysTimer_c.h" //Time diff --git a/bench/BenchSysTimer_c.h b/bench/BenchSysTimer_c.h index c598f3097b..2ddc83dc2e 100644 --- a/bench/BenchSysTimer_c.h +++ b/bench/BenchSysTimer_c.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchSysTimer_DEFINED #define SkBenchSysTimer_DEFINED diff --git a/bench/BenchSysTimer_mach.cpp b/bench/BenchSysTimer_mach.cpp index b23897ce1c..c837ca34a0 100644 --- a/bench/BenchSysTimer_mach.cpp +++ b/bench/BenchSysTimer_mach.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchSysTimer_mach.h" //Time diff --git a/bench/BenchSysTimer_mach.h b/bench/BenchSysTimer_mach.h index da4fff0790..44d0e5eb49 100644 --- a/bench/BenchSysTimer_mach.h +++ b/bench/BenchSysTimer_mach.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchSysTimer_DEFINED #define SkBenchSysTimer_DEFINED diff --git a/bench/BenchSysTimer_posix.cpp b/bench/BenchSysTimer_posix.cpp index 5d28f40f2e..e6767e5af2 100644 --- a/bench/BenchSysTimer_posix.cpp +++ b/bench/BenchSysTimer_posix.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchSysTimer_posix.h" //Time diff --git a/bench/BenchSysTimer_posix.h b/bench/BenchSysTimer_posix.h index 09dfb0e142..de793f35a7 100644 --- a/bench/BenchSysTimer_posix.h +++ b/bench/BenchSysTimer_posix.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchSysTimer_DEFINED #define SkBenchSysTimer_DEFINED diff --git a/bench/BenchSysTimer_windows.cpp b/bench/BenchSysTimer_windows.cpp index 923754c264..103d1b55cd 100644 --- a/bench/BenchSysTimer_windows.cpp +++ b/bench/BenchSysTimer_windows.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchSysTimer_windows.h" //Time diff --git a/bench/BenchSysTimer_windows.h b/bench/BenchSysTimer_windows.h index 72a3fb2e79..b0f016aca2 100644 --- a/bench/BenchSysTimer_windows.h +++ b/bench/BenchSysTimer_windows.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchSysTimer_DEFINED #define SkBenchSysTimer_DEFINED diff --git a/bench/BenchTimer.cpp b/bench/BenchTimer.cpp index e7b0068ac4..2297a56072 100644 --- a/bench/BenchTimer.cpp +++ b/bench/BenchTimer.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "BenchTimer.h" #if defined(SK_BUILD_FOR_WIN32) #include "BenchSysTimer_windows.h" diff --git a/bench/BenchTimer.h b/bench/BenchTimer.h index eae82d5f29..e1411d261a 100644 --- a/bench/BenchTimer.h +++ b/bench/BenchTimer.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchTimer_DEFINED #define SkBenchTimer_DEFINED diff --git a/bench/BitmapBench.cpp b/bench/BitmapBench.cpp index 9db4ae3998..7cce8b5643 100644 --- a/bench/BitmapBench.cpp +++ b/bench/BitmapBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkBitmap.h" #include "SkPaint.h" diff --git a/bench/BlurBench.cpp b/bench/BlurBench.cpp index f868a105c7..666b26999c 100644 --- a/bench/BlurBench.cpp +++ b/bench/BlurBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkCanvas.h" #include "SkPaint.h" diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp index ac11089784..01b4cfa88b 100644 --- a/bench/DecodeBench.cpp +++ b/bench/DecodeBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkBitmap.h" #include "SkImageDecoder.h" diff --git a/bench/FPSBench.cpp b/bench/FPSBench.cpp index a51aafe4b5..f29fe0471c 100644 --- a/bench/FPSBench.cpp +++ b/bench/FPSBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkCanvas.h" #include "SkPaint.h" diff --git a/bench/GradientBench.cpp b/bench/GradientBench.cpp index 29f633125b..707cfc5d4b 100644 --- a/bench/GradientBench.cpp +++ b/bench/GradientBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkBitmap.h" #include "SkCanvas.h" diff --git a/bench/MatrixBench.cpp b/bench/MatrixBench.cpp index 680241a11e..3d8c22494e 100644 --- a/bench/MatrixBench.cpp +++ b/bench/MatrixBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkMatrix.h" #include "SkRandom.h" diff --git a/bench/PathBench.cpp b/bench/PathBench.cpp index beaa9ab1f8..1e3dc0cace 100644 --- a/bench/PathBench.cpp +++ b/bench/PathBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkBitmap.h" #include "SkCanvas.h" diff --git a/bench/RectBench.cpp b/bench/RectBench.cpp index fb54640c06..48937678f4 100644 --- a/bench/RectBench.cpp +++ b/bench/RectBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkCanvas.h" #include "SkPaint.h" diff --git a/bench/RepeatTileBench.cpp b/bench/RepeatTileBench.cpp index 97bbeb82d7..ab0f687050 100644 --- a/bench/RepeatTileBench.cpp +++ b/bench/RepeatTileBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkBitmap.h" #include "SkCanvas.h" diff --git a/bench/ScalarBench.cpp b/bench/ScalarBench.cpp index 29fe5c4f3d..05d56be4d4 100644 --- a/bench/ScalarBench.cpp +++ b/bench/ScalarBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkFloatBits.h" #include "SkRandom.h" diff --git a/bench/SkBenchmark.cpp b/bench/SkBenchmark.cpp index 230a7afd9c..a69402b7ca 100644 --- a/bench/SkBenchmark.cpp +++ b/bench/SkBenchmark.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkPaint.h" #include "SkParse.h" diff --git a/bench/SkBenchmark.h b/bench/SkBenchmark.h index 945db8082f..adffd50e1d 100644 --- a/bench/SkBenchmark.h +++ b/bench/SkBenchmark.h @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #ifndef SkBenchmark_DEFINED #define SkBenchmark_DEFINED diff --git a/bench/TextBench.cpp b/bench/TextBench.cpp index f2b96048af..76e7cdd14f 100644 --- a/bench/TextBench.cpp +++ b/bench/TextBench.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBenchmark.h" #include "SkCanvas.h" #include "SkFontHost.h" diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp index 89909cabe8..0625174358 100644 --- a/bench/benchmain.cpp +++ b/bench/benchmain.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkCanvas.h" #include "SkColorPriv.h" #include "SkGraphics.h" |