Added seconds back to output.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@323 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8f382ba936
commit
71e9d5aa2d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
|
||||
void print(int t, const char* s)
|
||||
{
|
||||
std::cout << s <<"\trelative time: " << rel(t) << "%\tspeed-up factor: " << speedup(t) << "" << std::endl;
|
||||
std::cout << s << "\tseconds: " << sec(t) << "\trelative time: " << rel(t) << "%\tspeed-up factor: " << speedup(t) << "" << std::endl;
|
||||
}
|
||||
private:
|
||||
int t0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue