diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 202f74abb..567317f36 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -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"; }