code formatting fixed
This commit is contained in:
parent
2415bdc7c0
commit
7ed0308cb7
6
main.cpp
6
main.cpp
@ -204,7 +204,8 @@ void run()
|
||||
<< "max_runtime" << csv_separator
|
||||
<< "avg_runtime" << std::endl;
|
||||
}
|
||||
else{
|
||||
else
|
||||
{
|
||||
std::cout
|
||||
<< std::left << std::setw(12) << "Function"
|
||||
<< std::left << std::setw(12) << "MBytes/sec"
|
||||
@ -248,7 +249,8 @@ void run()
|
||||
<< average << csv_separator
|
||||
<< std::endl;
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
std::cout
|
||||
<< std::left << std::setw(12) << labels[i]
|
||||
<< std::left << std::setw(12) << std::setprecision(3) << 1.0E-6 * sizes[i] / (*minmax.first)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user