|
|
| 235 |
// table header |
235 |
// table header |
| 236 |
LOG (""); |
236 |
LOG (""); |
| 237 |
LOG (std::left << std::setw (g_fwidth) << "Run #" << |
237 |
LOG (std::left << std::setw (g_fwidth) << "Run #" << |
| 238 |
std::left << std::setw (3 * g_fwidth) << "Inititialization:" << |
238 |
std::left << std::setw (3 * g_fwidth) << "Initialization:" << |
| 239 |
std::left << std::setw (3 * g_fwidth) << "Simulation:"); |
239 |
std::left << std::setw (3 * g_fwidth) << "Simulation:"); |
| 240 |
LOG (std::left << std::setw (g_fwidth) << "" << |
240 |
LOG (std::left << std::setw (g_fwidth) << "" << |
| 241 |
std::left << std::setw (g_fwidth) << "Time (s)" << |
241 |
std::left << std::setw (g_fwidth) << "Time (s)" << |