$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-02-10 15:49:03
> I would appraciate a specific use case which shows the failure of the
> current code, and how an alternative design specifically solves the
problem.
I gave trivial example your design couldn't handle (without code
repetitions).
1. Profiler type 1
Log clock units and report mks into ostream
2. Profiler type 2
Log system/user time anf reports into Boost.Test log
Both profiler I want to be able to use as scoped or accumulating.
Gennadiy