View | Details | Raw Unified | Return to bug 2498
Collapse All | Expand All

(-)a/utils/bench-simulator.cc (-1 / +1 lines)
 Lines 235-241    Link Here 
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)" <<

Return to bug 2498