From 03d366b695e6c65c7b96d127f1455be9a625dc9f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 01:15:48 -0700 Subject: 1040 --- cpp/031scenario | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/031scenario') diff --git a/cpp/031scenario b/cpp/031scenario index 2b665449..693f9bf8 100644 --- a/cpp/031scenario +++ b/cpp/031scenario @@ -9,9 +9,9 @@ struct scenario { vector Scenarios; :(before "End Tests") -//? cout << "AAA\n"; //? 1 +time_t mu_time; time(&mu_time); +cerr << "\nMu tests: " << ctime(&mu_time); for (size_t i = 0; i < Scenarios.size(); ++i) { -//? cout << "BBB\n"; //? 1 setup(); Trace_stream = new trace_stream; //? Trace_stream->dump_layer = "all"; //? 1 -- cgit 1.4.1-2-gfad0