Index: base/tracked_objects.h |
diff --git a/base/tracked_objects.h b/base/tracked_objects.h |
index 222f5818b0b73acaa1f828d8688d621d4f2c0337..50bea47987f6021d77d8033ff457171680c7a757 100644 |
--- a/base/tracked_objects.h |
+++ b/base/tracked_objects.h |
@@ -466,6 +466,9 @@ class BASE_EXPORT ThreadData { |
// relationships can be (optionally) calculated. |
static void PrepareForStartOfRun(const Births* parent); |
+ // Enables profiler timing. |
+ static void EnableProfilerTiming(); |
+ |
// Provide a time function that does nothing (runs fast) when we don't have |
// the profiler enabled. It will generally be optimized away when it is |
// ifdef'ed to be small enough (allowing the profiler to be "compiled out" of |