Skip to content
  1. Apr 20, 2012
  2. Oct 27, 2011
  3. Oct 20, 2011
  4. Aug 03, 2011
    • Johnny Chen's avatar
      Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. · aaa82ff9
      Johnny Chen authored
      Modify lldbbench.py so that lldbtest.line_number() utility function is available to
      BenchBase client as just line_number(), and modify lldbtest.py so that self.lldbExec
      (the full path for the 'lldb' executable) is available to BenchBase client as well.
      
      An example run of the test case on my MacBook Pro running Lion:
      
      1: test_compare_lldb_to_gdb (TestRepeatedExprs.RepeatedExprsCase)
         Test repeated expressions with lldb vs. gdb. ... 
      lldb_avg: 0.204339
      gdb_avg: 0.205721
      lldb_avg/gdb_avg: 0.993284
      ok
      
      llvm-svn: 136740
      aaa82ff9
  5. Aug 02, 2011
  6. Aug 01, 2011
Loading