[Lldb-commits] [lldb] r123844 - /lldb/trunk/test/README-TestSuite

Johnny Chen johnny.chen at apple.com
Wed Jan 19 11:48:29 PST 2011


Author: johnny
Date: Wed Jan 19 13:48:29 2011
New Revision: 123844

URL: http://llvm.org/viewvc/llvm-project?rev=123844&view=rev
Log:
Add the cmdline to invoke the Python profile reporting module.

Modified:
    lldb/trunk/test/README-TestSuite

Modified: lldb/trunk/test/README-TestSuite
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/README-TestSuite?rev=123844&r1=123843&r2=123844&view=diff
==============================================================================
--- lldb/trunk/test/README-TestSuite (original)
+++ lldb/trunk/test/README-TestSuite Wed Jan 19 13:48:29 2011
@@ -98,4 +98,6 @@
 
 $ 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.
+  After that, I used the pstats.py module to browse the statistics:
+
+$ python /System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/pstats.py my.profile 





More information about the lldb-commits mailing list