Skip to content

Commit

Permalink
Change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba authored Apr 6, 2023
1 parent 0422de1 commit 93c7c21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/human/timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace human
};

// ----------------------------------------------------------------
// Timer: Track many timing events
// Timer: Tracking of multiple timing events.
// ----------------------------------------------------------------
class Timer
{
Expand Down Expand Up @@ -134,9 +134,7 @@ namespace human
#endif

ostr << std::endl
<< " ------------------------------------------------------------------------" << std::endl
<< " time(s) #call event using " << timingtype << " " << msg << std::endl
<< " ------------------------------------------------------------------------" << std::endl;

ostr.unsetf(std::ios::floatfield);

Expand All @@ -153,7 +151,6 @@ namespace human
<< " " << event.c_str()
<< std::endl;
}
ostr << " ------------------------------------------------------------------------" << std::endl;

std::cout << ostr.str();
if (out_file_)
Expand Down

0 comments on commit 93c7c21

Please sign in to comment.