tests/benchmark_tools.h
changeset 13 0ab493e5250e
parent 12 4eab99ff2666
     1.1 --- a/tests/benchmark_tools.h	Sun Dec 11 16:08:52 2011 +0100
     1.2 +++ b/tests/benchmark_tools.h	Sun Dec 11 18:43:33 2011 +0100
     1.3 @@ -28,13 +28,14 @@
     1.4  extern std::string instance_name;
     1.5  
     1.6  extern const std::string DATADIR_PATH;
     1.7 -
     1.8 +extern const std::string BENCHMARK_BUILD_ID;
     1.9  
    1.10  inline void logTime(const std::string &_instance_name,
    1.11  		    const std::string &subtest_name,
    1.12  		    const lemon::TimeStamp &time)
    1.13  {
    1.14 -  std::cout << "*** " << test_name
    1.15 +  std::cout << "*** " << BENCHMARK_BUILD_ID 
    1.16 +	    << ' ' << test_name
    1.17  	    << ' ' << _instance_name
    1.18  	    << ' ' << subtest_name
    1.19  	    << ' ' << std::setiosflags(std::ios::fixed) << std::setprecision(4)