diff --git a/TinySTL/Profiler/Profiler.h b/TinySTL/Profiler/Profiler.h index 1656eb6..f46c814 100644 --- a/TinySTL/Profiler/Profiler.h +++ b/TinySTL/Profiler/Profiler.h @@ -15,7 +15,7 @@ namespace TinySTL{ public: typedef std::chrono::steady_clock SteadyClock; typedef SteadyClock::time_point TimePoint; - typedef std::chrono::duration DurationTime; + typedef std::chrono::duration> DurationTime;//µ¥Î»Ãë private: static DurationTime duringTime; static TimePoint startTime;