$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-25 02:01:18
Khassapov, Alex wrote:
> Hi,
>
>
>
> I found (in tools/testing.jam) rules 'time' and 'record-time' which seem
> useful, I wonder if I can use any of them to monitor time used to
> compile files/targets? Or they are only used to record execution time
> of some tests?
It appears to be used to record build time of test targets, and I don't
see an obvious way to record time of each compilation using those rules.
Creating a wrapper for compiler that would invoke real compiler and record
to spent time might be easier.
- Volodya