Stopwatch.h File Reference
#include <chrono>
#include <map>
#include <ostream>
+ Include dependency graph for Stopwatch.h:
+ This graph shows which files directly or indirectly include this file:

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 >