$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-07-17 13:57:43
Fadi Beyrouti <fbeyrout <at> gmail.com> writes:
>
>
> Hi,The time it takes to execute a unit tests is rarely showing up in the log.
I believe it does not show execution time if it's zero, and time measuring
function aren't able to detect real time diff if it less than some threshold. I
might need better one, but I believe I am using one provided by standard.
Gennadiy