Skip to content
Snippets Groups Projects
Commit 0ffceedd authored by René Fritze's avatar René Fritze
Browse files

profiler: more white -> underscore fixes in output

parent 83fb2f5c
No related branches found
No related tags found
No related merge requests found
...@@ -282,11 +282,11 @@ long Profiler::OutputCommon(CollectiveCommunication& comm, InfoContainer& run_in ...@@ -282,11 +282,11 @@ long Profiler::OutputCommon(CollectiveCommunication& comm, InfoContainer& run_in
csv << "refine\t" csv << "refine\t"
<< "processes\t" << "processes\t"
<< "numDofs\t" << "numDofs\t"
<< "L2 error\t"; << "L2_error\t";
for (DataMap::const_iterator it = m_timings[0].begin(); it != m_timings[0].end(); ++it) { for (DataMap::const_iterator it = m_timings[0].begin(); it != m_timings[0].end(); ++it) {
csv << it->first << "\t"; csv << it->first << "\t";
} }
csv << "Relative total time" << std::endl; csv << "Relative_total_time" << std::endl;
// outputs column values // outputs column values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment