Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
Remove unneeded debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
enwi committed Apr 5, 2018
1 parent f2cdc28 commit ab0feac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ void worker_run(const uint16_t worker_num, const std::string plot_path)
{
cpu_usage = double(sum_time_proc) / milliseconds / 1000 / 1000;
}
std::cout << "milliseconds " << milliseconds << ", thread_speed " << thread_speed << ", cpu_usage " << cpu_usage << std::endl;
//std::cout << "milliseconds " << milliseconds << ", thread_speed " << thread_speed << ", cpu_usage " << cpu_usage << std::endl;
std::cout << std::put_time(std::localtime(&time_now_c), "%T") << " Thread \"" << plot_path << "\"";
std::cout << " @ " << milliseconds / 1000.0 << " s (" << std::fixed << thread_speed << " MiB/s)";
std::cout << " CPU " << std::fixed << cpu_usage << " %" << std::endl;
Expand Down

0 comments on commit ab0feac

Please sign in to comment.