print cache age in client_test

This commit is contained in:
Arvid Norberg 2008-07-11 10:35:59 +00:00
parent 9c9c13c7bb
commit 792726be8d
1 changed files with 3 additions and 1 deletions

View File

@ -1414,7 +1414,9 @@ int main(int ac, char* av[])
else out << " ";
#endif
}
out << "]\n";
out << "] " << "cache age: "
<< (total_milliseconds(time_now() - i->last_use) / 1000.f)
<< "\n";
}
out << "___________________________________\n";
}