Merge branch 'reentrent-timing'
authorKim Nguyễn <kn@lri.fr>
Fri, 26 Oct 2012 12:04:11 +0000 (14:04 +0200)
committerKim Nguyễn <kn@lri.fr>
Fri, 26 Oct 2012 12:04:11 +0000 (14:04 +0200)
The work in this branch makes the timing function re-entrant. It is now
possible to do (Utils.time f x ~msg:"Timing f") where f does
(Utils.time g y ~msg:"Timing g") and time will properly print out the timing
for g and f (in that order) when f returns.


Trivial merge