diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkUtils.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h index 66655d44f3..e29367dc22 100644 --- a/include/core/SkUtils.h +++ b/include/core/SkUtils.h @@ -114,20 +114,4 @@ private: const char* fLabel; }; -/////////////////////////////////////////////////////////////////////////////// - -class SkAutoMemoryUsageProbe { -public: - /** Record memory usage in constructor, and dump the result - (delta and current total) in the destructor, with the optional - label. NOTE: label contents are not copied, just the ptr is - retained, so DON'T DELETE IT. - */ - SkAutoMemoryUsageProbe(const char label[]); - ~SkAutoMemoryUsageProbe(); -private: - const char* fLabel; - size_t fBytesAllocated; -}; - #endif |