hanchenye-llvm-project/lldb
Johnny Chen 31fdfb1f33 Add a benchmark for measuring the response time of the 'frame variable' command.
Example (start the lldb inferior, break at the Driver::MainLoop() function, and
issue 'frame variable'):

 $ ./dotest.py -v +b -x '-F Driver::MainLoop()' -n -p TestFrameVariableResponse.py
----------------------------------------------------------------------
Collected 1 test

1: test_startup_delay (TestFrameVariableResponse.FrameVariableResponseBench)
   Test response time for the 'frame variable' command. ... 
lldb frame variable benchmark: Avg: 1.636897 (Laps: 20, Total Elapsed Time: 32.737944)
ok

----------------------------------------------------------------------
Ran 1 test in 65.105s

OK

llvm-svn: 142678
2011-10-21 20:19:51 +00:00
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include Made the IR interpreter more robust in the presence 2011-10-21 05:18:02 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Fixed some issues where we might not have one of the new apple accelerator 2011-10-20 22:30:33 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Remove unneeded exports. 2011-10-08 22:26:32 +00:00
scripts Updated LLVM/Clang to pull in a variety of type 2011-10-21 05:19:47 +00:00
source Made the IR interpreter more robust in the presence 2011-10-21 05:18:02 +00:00
test Add a benchmark for measuring the response time of the 'frame variable' command. 2011-10-21 20:19:51 +00:00
tools Bumped Xcode project version for lldb-80 and debugserver-145. 2011-10-01 02:01:36 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www Minor fix. 2011-10-12 22:25:13 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00