History log of /external/lldb/test/benchmarks/frame_variable/TestFrameVariableResponse.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d91085396ec4b61e678c32f90dc3f40f44bad121 21-Oct-2011 Johnny Chen <johnny.chen@apple.com> 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


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@142678 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/benchmarks/frame_variable/TestFrameVariableResponse.py