|
#include <chrono>
#include <map>
#include <ostream>
Go to the source code of this file.
Classes | |
class | Stats |
class | Stopwatch |
Namespaces | |
stopwatch | |
Typedefs | |
using | Clock = std::chrono::system_clock |
using | Duration = std::chrono::duration< float > |
using | TimePoint = std::chrono::time_point< Clock > |