Skip to content
Snippets Groups Projects

Version 0.1.0 (setup)

Merged Adrien Crovato requested to merge adri into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -87,7 +87,7 @@ void Timers::write(std::ostream &out) const
<< std::setw(15) << std::right << "CPU (s)"
<< std::endl;
for (auto const tm : timers)
for (auto const &tm : timers)
{
out << std::setw(20) << std::left << tm.first
<< std::setw(15) << std::right << tm.second.getWall()
Loading