[Lldb-commits] [PATCH] D26243: Refactor Timer class

2016-11-03 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285890: Refactor Timer class (authored by labath). Changed prior to commit: https://reviews.llvm.org/D26243?vs=76701&id=76822#toc Repository: rL LLVM https://reviews.llvm.org/D26243 Files: lldb/tr

[Lldb-commits] [PATCH] D26243: Refactor Timer class

2016-11-02 Thread Pavel Labath via lldb-commits
labath updated this revision to Diff 76701. labath added a comment. run clang-format https://reviews.llvm.org/D26243 Files: include/lldb/Core/Timer.h source/Core/Timer.cpp unittests/Core/CMakeLists.txt unittests/Core/TimerTest.cpp Index: unittests/Core/TimerTest.cpp ===

[Lldb-commits] [PATCH] D26243: Refactor Timer class

2016-11-02 Thread Pavel Labath via lldb-commits
labath created this revision. labath added reviewers: tberghammer, clayborg. labath added a subscriber: lldb-commits. Herald added a subscriber: mgorny. While removing TimeValue from this class I noticed a lot of room for small simplifications here. Main are: - instead of complicated start-stop d