[Lldb-commits] [PATCH] D61235: Add more information to the log timer dump

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 28 19:47:59 PDT 2019


davide added inline comments.


================
Comment at: lldb/unittests/Utility/TimerTest.cpp:100-101
+      << "String: " << ss.GetData();
+  EXPECT_GT(total1 - child1, seconds1 - 0.001);
+  EXPECT_LT(total1 - child1, seconds1 + 0.001);
+  EXPECT_EQ(1, count1);
----------------
this seems ... very fragile.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61235/new/

https://reviews.llvm.org/D61235





More information about the lldb-commits mailing list