From 25e62b58cd87293cb22476b3f85c56be58ec4f8e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Apr 2008 10:33:46 -0700 Subject: [PATCH] timer debug crap --- src/common/Timer.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/Timer.cc b/src/common/Timer.cc index 4c0cb454f7f04..f434e1f99c2c8 100644 --- a/src/common/Timer.cc +++ b/src/common/Timer.cc @@ -56,7 +56,7 @@ void Timer::timer_entry() utime_t now = g_clock.now(); while (!thread_stop) { - + dout(10) << "at top" << dendl; // any events due? utime_t next; bool next_due = get_next_due(next); @@ -130,7 +130,9 @@ void Timer::timer_entry() now = g_clock.now(); dout(DBL) << "kicked at " << now << dendl; } + dout(10) << "in brace" << dendl; } + dout(10) << "at bottom" << dendl; } lock.Unlock(); -- 2.39.5