diff options
Diffstat (limited to 'lldb/include/lldb/Utility/Timer.h')
-rw-r--r-- | lldb/include/lldb/Utility/Timer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/include/lldb/Utility/Timer.h b/lldb/include/lldb/Utility/Timer.h index 1c6e007fc7c..0d2e8d8c3e5 100644 --- a/lldb/include/lldb/Utility/Timer.h +++ b/lldb/include/lldb/Utility/Timer.h @@ -17,10 +17,8 @@ namespace lldb_private { class Stream; -//---------------------------------------------------------------------- /// \class Timer Timer.h "lldb/Utility/Timer.h" /// A timer class that simplifies common timing metrics. -//---------------------------------------------------------------------- class Timer { public: @@ -37,15 +35,11 @@ public: DISALLOW_COPY_AND_ASSIGN(Category); }; - //-------------------------------------------------------------- /// Default constructor. - //-------------------------------------------------------------- Timer(Category &category, const char *format, ...) __attribute__((format(printf, 3, 4))); - //-------------------------------------------------------------- /// Destructor - //-------------------------------------------------------------- ~Timer(); void Dump(); |