Skip to content
  1. Jan 19, 2011
    • Johnny Chen's avatar
      Added special logic to faciliate profiling the test suite run with the cProfile.py · 30775d01
      Johnny Chen authored
      module.
      
      On my MBP running SnowLeopard:
      
      $ DOTEST_PROFILE=YES DOTEST_SCRIPT_DIR=/Volumes/data/lldb/svn/trunk/test /System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/cProfile.py -o my.profile ./dotest.py -v -w 2> ~/Developer/Log/lldbtest.log
      
      After that, I used the pstats.py module to browse the statistics recorded in the my.profile file. 
      
      llvm-svn: 123807
      30775d01
  2. Oct 05, 2010
  3. Aug 31, 2010
  4. Aug 24, 2010
  5. Aug 18, 2010
  6. Aug 06, 2010
  7. Aug 04, 2010
Loading