Commit b0b21ece authored by Shucai Xiao's avatar Shucai Xiao
Browse files

remove some code

parent 6fd74ade
...@@ -784,11 +784,8 @@ static void print_ins_perf(std::ostream& os, ...@@ -784,11 +784,8 @@ static void print_ins_perf(std::ostream& os,
{ {
thrpt.erase(thrpt.begin() + floc + 4, thrpt.end()); thrpt.erase(thrpt.begin() + floc + 4, thrpt.end());
} }
// debugging
thrpt.append(1, ',');
thrpt.append(std::to_string(size));
} }
thrpt.append(thrpt_str.length() + 7 - thrpt.length(), ' '); thrpt.append(thrpt_str.length() - thrpt.length(), ' ');
os << tms << pers << szs << flps << thrpt << std::endl; os << tms << pers << szs << flps << thrpt << std::endl;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment