diff options
Diffstat (limited to 'bench/BenchSysTimer_windows.h')
-rw-r--r-- | bench/BenchSysTimer_windows.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bench/BenchSysTimer_windows.h b/bench/BenchSysTimer_windows.h index 72a3fb2..c3d0c9b 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 @@ -5,7 +12,7 @@ #define WIN32_LEAN_AND_MEAN 1 #include <Windows.h> -struct BenchSysTimer { +class BenchSysTimer { public: void startWall(); void startCpu(); |