40 using std::ostringstream;
49 records_of =
new map<string, PerformanceData>();
71 LARGE_INTEGER intervals;
75 GetSystemTimeAsFileTime(&ft);
76 intervals.LowPart = ft.dwLowDateTime;
77 intervals.HighPart = ft.dwHighDateTime;
79 long double measure = intervals.QuadPart;
80 measure -= 116444736000000000.0;
81 measure /= 10000000.0;
87 gettimeofday(&tv, NULL);
89 long double measure = tv.tv_usec;
135 long double lapse = clock_end - perf_info.
clock_start;
154 long double clock_end = clock();
165 long double lapse = clock_end - perf_info.
clock_start;
175 map<string, PerformanceData>::iterator
it;
187 <<
"*** PROFILING RESULTS [ms] ";
200 map<string, PerformanceData>::iterator
it;
225 std::cout <<
"Stopwatch active." << std::endl;
230 std::cout <<
"Stopwatch inactive." << std::endl;
244 output << std::fixed << std::setprecision(
precision)
247 output << std::fixed << std::setprecision(
precision)
250 output << std::fixed << std::setprecision(
precision)
253 output << std::fixed << std::setprecision(
precision)
256 output << std::fixed << std::setprecision(
precision)
258 output << std::fixed << std::setprecision(
precision)