hanchenye-llvm-project/lldb/test/benchmarks
Johnny Chen d890bfc962 Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable
built locally from the source tree.  This is distinguished from self.lldbExec, which
can be used by test/benchmarks to measure the performances against other debuggers.

You can use environment variable LLDB_EXEC to specify self.lldbExec to the dotest.py
test driver, otherwise it is going to be populated with self.lldbHere.

Modify the regular tests under test dir, i.e., not test/benchmarks, to use self.lldbHere.
Also modify the benchmarks tests to use self.lldbHere when it needs an 'lldb' executable
with debug info to do the performance measurements.

llvm-svn: 138608
2011-08-26 00:00:01 +00:00
..
disassembly Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable 2011-08-26 00:00:01 +00:00
example Print out the stopwatch (which contains laps, total elapsed time, and average) 2011-08-04 22:05:36 +00:00