#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | base |
Functions | |
std::ostream & | operator<< (std::ostream &out, base::Timer &t) |
Output operator for Timer class. |
|
Output operator for Timer class.
Writes the consumed CPU time to out. Calls |