aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkBenchmark.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-21 20:25:03 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-21 20:25:03 +0000
commit15e9d3e66e161ce23df30bc13f8a0c87d196b463 (patch)
tree2cc4661f85d92a98de30e7bca582163321fc018d /bench/SkBenchmark.cpp
parentc82a8b7aa4ec19fba508c394920a9e88d3e5bd12 (diff)
Expanded distribution of instance counting
Diffstat (limited to 'bench/SkBenchmark.cpp')
-rw-r--r--bench/SkBenchmark.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/SkBenchmark.cpp b/bench/SkBenchmark.cpp
index a69402b7ca..19bbf599e4 100644
--- a/bench/SkBenchmark.cpp
+++ b/bench/SkBenchmark.cpp
@@ -9,6 +9,8 @@
#include "SkPaint.h"
#include "SkParse.h"
+SK_DEFINE_INST_COUNT(SkBenchmark)
+
template BenchRegistry* BenchRegistry::gHead;
SkBenchmark::SkBenchmark(void* defineDict) {