Add a benchmark test case that shows how much slower repeat 'continue' commands are...
authorEnrico Granata <egranata@apple.com>
Thu, 22 Jan 2015 19:33:53 +0000 (19:33 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 22 Jan 2015 19:33:53 +0000 (19:33 +0000)
commit7a2421095c730b4c09242643e1fdd56ca4d45e08
treeb11a36237f79e6db64e4adc9daa173b713cc9e75
parentef489e9751f9f90dd7e4e30e4dff079d607d096d
Add a benchmark test case that shows how much slower repeat 'continue' commands are than going through the SB API directly

llvm-svn: 226852
lldb/test/benchmarks/continue/Makefile [new file with mode: 0644]
lldb/test/benchmarks/continue/TestBenchmarkContinue.py [new file with mode: 0644]
lldb/test/benchmarks/continue/main.cpp [new file with mode: 0644]