Stride Reference Manual
- generated for commit 9643b11
|
Definition of Stopwatch. More...
Go to the source code of this file.
Classes | |
class | stride::util::Stopwatch< T > |
Provides a stopwatch interface to time: it accumulates time between start/stop pairs. More... | |
Namespaces | |
stride | |
Namespace for the simulator and related classes. | |
stride::util | |
Utilities for the project. | |
Functions | |
template<typename T > | |
std::ostream & | stride::util::operator<< (std::ostream &oss, Stopwatch< T > const &stopwatch) |
Insert accumulated time into output stream without altering stopwatch state. More... | |
Definition of Stopwatch.
Definition in file Stopwatch.h.