From: Sage Weil Date: Thu, 3 Apr 2008 17:33:46 +0000 (-0700) Subject: timer debug crap X-Git-Tag: v0.2~213 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25e62b58cd87293cb22476b3f85c56be58ec4f8e;p=ceph.git timer debug crap --- diff --git a/src/common/Timer.cc b/src/common/Timer.cc index 4c0cb454f7f..f434e1f99c2 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();