gfx/skia/trunk/src/core/SkInstCnt.cpp

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:5a06a1956ede
1 /*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #include "SkInstCnt.h"
9
10 #if SK_ENABLE_INST_COUNT
11 bool gPrintInstCount = false;
12 #endif

mercurial