Changeset 19122
- Timestamp:
- 08/01/18 19:11:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/calcsource.cc
r19115 r19122 630 630 if (verbose>0) 631 631 { 632 cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s\n" << endl; 632 const auto sec = Time().UnixTime()-start.UnixTime(); 633 cout << "Total execution time: " << sec << "s "; 634 cout << "(" << Tools::Fractional(sec/count) << "s/row)\n"; 633 635 634 636 try
Note:
See TracChangeset
for help on using the changeset viewer.