Medida
types.h
00001 //
00002 // Copyright (c) 2012 Daniel Lundin
00003 //
00004 
00005 #ifndef MEDIDA_TYPES_H_
00006 #define MEDIDA_TYPES_H_
00007 
00008 #include <chrono>
00009 
00010 namespace medida {
00011 
00012   typedef std::chrono::high_resolution_clock Clock;
00013 
00014 } // namespace medida
00015 
00016 #endif // MEDIDA_TYPES_H_
 All Classes