print cache age in client_test
This commit is contained in:
@@ -1414,7 +1414,9 @@ int main(int ac, char* av[])
|
|||||||
else out << " ";
|
else out << " ";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
out << "]\n";
|
out << "] " << "cache age: "
|
||||||
|
<< (total_milliseconds(time_now() - i->last_use) / 1000.f)
|
||||||
|
<< "\n";
|
||||||
}
|
}
|
||||||
out << "___________________________________\n";
|
out << "___________________________________\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user