Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: Source/wtf/InstanceCounter.h

Issue 383743002: Oilpan: GC profiling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TracedValue update Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | Source/wtf/InstanceCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/InstanceCounter.h
diff --git a/Source/wtf/InstanceCounter.h b/Source/wtf/InstanceCounter.h
index afbaad6878011d37273490d17dbaeed235de764d..9b5d6a40e8301ce65d5e9180eda078a8f22dc3d7 100644
--- a/Source/wtf/InstanceCounter.h
+++ b/Source/wtf/InstanceCounter.h
@@ -34,7 +34,7 @@ namespace WTF {
class String;
WTF_EXPORT String dumpRefCountedInstanceCounts();
-#if ENABLE(INSTANCE_COUNTER) || ENABLE(GC_TRACING)
+#if ENABLE(INSTANCE_COUNTER) || ENABLE(GC_PROFILING)
WTF_EXPORT void incrementInstanceCount(const char* extractNameFunctionName, void* ptr);
WTF_EXPORT void decrementInstanceCount(const char* extractNameFunctionName, void* ptr);
@@ -58,7 +58,7 @@ inline void decrementInstanceCount(T* p)
decrementInstanceCount(extractNameFunction<T>(), p);
}
-#endif // ENABLE(INSTANCE_COUNTER) || ENABLE(GC_TRACING)
+#endif // ENABLE(INSTANCE_COUNTER) || ENABLE(GC_PROFILING)
} // namespace WTF
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | Source/wtf/InstanceCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698