#include <ctime>
#include <iomanip>
#include "Basso.h"
Go to the source code of this file.
Namespaces | |
namespace | basso |
Classes | |
class | basso::Stopwatch |
A class to perform cpu time tracking. More... | |
Defines | |
#define | TPS static_cast<Numeric>(CLOCKS_PER_SEC) |
Functions | |
std::ostream & | basso::operator<< (std::ostream &out, const Stopwatch &timer) |
void | basso::pause (Numeric dt) |
Definition in file Stopwatch.h.