Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-08-08 09:53:21


When bjam is used for reporting purposes (presumably using using
testing.jam) there is a need to report timings.

For reporting purposes, we care about certain activities:

* Compiles
* Links
* Lib builds
* Runs (of test programs)

For each of these activities (and some may occur more than once per test)
reporting needs certain information collected (preferably in a single .xml
file per test). There's an example of compile information below.

In past postings, I've forgotten to mention that execution time will be
needed by some reports. For example,

time="123.4"

The time should be reported in seconds and tenths, or maybe seconds and
hundredths. It would be very helpful if the time format is the same
regardless of the platform.

All this can wait until version 2.

Thanks,

--Beman

<compile result="succeed" timestamp="2002-08-07 14:32:33 UTC"
file="c:\boost\site\libs/config/test\config_info.cpp">
Warning W8071 c:\boost\site\libs/config/test\config_info.cpp 70: Conversion
may lose significant digits in function print_byte_order&lt;short&gt;(const
char *,short)
</compile>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk