1. 67898a0 Test file renaming. by Johnny Chen · 12 years ago
  2. c6e328a Move some print stmts to the test method, where they get printed only if the test is qualified to run by Johnny Chen · 12 years ago
  3. 64b4f19 Modified the script to have the flexibility of specifying the gdb executable path by Johnny Chen · 12 years ago
  4. 88309fd This benchmark is meant to run the locally built 'lldb' binary, not the binary on the PATH env variable. by Johnny Chen · 13 years ago
  5. ebbec4c Establish a baseline for bench.py score by using a fixed lldb executable as the by Johnny Chen · 13 years ago
  6. 2bb0549 Add another metric for startup delay -- run to breakpoint, which measures the time from issuing by Johnny Chen · 13 years ago
  7. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  8. eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
  9. d910853 Add a benchmark for measuring the response time of the 'frame variable' command. by Johnny Chen · 13 years ago
  10. a85b571 Rephrase benchmark output display. by Johnny Chen · 13 years ago
  11. 3a9c096 Fix wrong directory name. by Johnny Chen · 13 years ago
  12. 703de44 Add a benchmark for measuring start up delays of lldb, including: by Johnny Chen · 13 years ago
  13. ac56c17 Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  14. de3d67d Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  15. 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
  16. 8f8345f Remove stale code. by Johnny Chen · 13 years ago
  17. a38fddb Remove stale code. by Johnny Chen · 13 years ago
  18. 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
  19. 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
  20. 192871b Add a more generic stepping benchmark, which uses the '-k' option of the test driver by Johnny Chen · 13 years ago
  21. e00c930 Add '-e' and '-x' options to the test driver to be able to specify an executable (full path) by Johnny Chen · 13 years ago
  22. 7d7f447 If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. by Johnny Chen · 13 years ago
  23. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  24. 082a3d0 Check in a customized benchmark which compares the Xcode 4.1 vs. Xcode 4.2's gdb disassembly speed by Johnny Chen · 13 years ago
  25. 96df5a1 Print out the stopwatch (which contains laps, total elapsed time, and average) by Johnny Chen · 13 years ago
  26. 952cc2b Add a benchmark comparing lldb vs. gdb with disassembly on a large function (lldb's Driver::MainLoop()). by Johnny Chen · 13 years ago
  27. d325115 Fix typos. by Johnny Chen · 13 years ago
  28. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  29. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  30. bd43453 Simple renaming: self.swatch -> self.stopwatch. by Johnny Chen · 13 years ago
  31. cbfd093 Add a Stopwatch utility class to lldbench.py module and initialize an instance of by Johnny Chen · 13 years ago
  32. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  33. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago