Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Jun 2012 19:41:42 +0000 (19:41 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 27 Jun 2012 19:41:42 +0000 (19:41 +0000)
commitb74af872cc1ce45768df3ae03fa86ad3ed76b582
treed7af92a8668a2bd14e3e1cd1b162aeca08e178dd
parent006db0f1b8d85caea7ac37bc1fca133eca74aac8
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)

http://codereview.appspot.com/6353047/

git-svn-id: http://skia.googlecode.com/svn/trunk@4376 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/gmmain.cpp
gyp/common.gypi
gyp/core.gyp
include/config/SkUserConfig.h
include/core/SkInstCnt.h
src/core/SkInstCnt.cpp [new file with mode: 0644]
tests/GrMemoryPoolTest.cpp