llvm-project/lldb/test/benchmarks
Johnny Chen 8a7f3f5bac Add a more generic stepping benchmark, which uses the '-k' option of the test driver
to be able to specify the runhook(s) to bring the debug session to a certain state
before running the benchmarking logic.  An example,

./dotest.py -v -t +b -k 'process attach -n Mail' -k 'thread backtrace all' -p TestRunHooksThenSteppings.py

spawns lldb, attaches to the 'Mail' application, does a backtrace for all threads, and then
runs the benchmark to step the inferior multiple times.

llvm-svn: 141740
2011-10-11 23:22:02 +00:00
..
disassembly If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. 2011-10-07 19:21:09 +00:00
example If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. 2011-10-07 19:21:09 +00:00
stepping Add a more generic stepping benchmark, which uses the '-k' option of the test driver 2011-10-11 23:22:02 +00:00