llvm-project/lldb/tools/lldb-perf/lib
Greg Clayton 46822c7c72 Fixed the lldb_perf_clang.cpp test case to be able to run correctly.
1 - There were some outdated options being passed to clang
2 - There were some bad paths being passed as options
3 - The path to the main.cpp file ("/tmp/main.cpp") was wrong when the tests were being run, now we create a temp file
4 - Added a new ActionType::eNone to do nothing (no continue, step, or kill)

llvm-svn: 202431
2014-02-27 21:35:49 +00:00
..
Gauge.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
Gauge.h More cleanup to remove the CoreFoundation classes out of mainstream code (CFCMutableDictionary, CFCMutableArray, CFCString, etc). Now it is only used in the Results.cpp file for Apple builds only. 2013-03-22 02:38:49 +00:00
Measurement.h Enabling test case to write the average+stddev pair to the results 2013-04-15 19:57:32 +00:00
MemoryGauge.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
MemoryGauge.h Enabling metrics to calculate (and dump) their standard deviation 2013-04-02 21:59:39 +00:00
Metric.cpp Enabling test case to write the average+stddev pair to the results 2013-04-15 19:57:32 +00:00
Metric.h Enabling test case to write the average+stddev pair to the results 2013-04-15 19:57:32 +00:00
Results.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
Results.h After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
TestCase.cpp Fixed the lldb_perf_clang.cpp test case to be able to run correctly. 2014-02-27 21:35:49 +00:00
TestCase.h Fixed the lldb_perf_clang.cpp test case to be able to run correctly. 2014-02-27 21:35:49 +00:00
Timer.cpp More cleanup to remove the CoreFoundation classes out of mainstream code (CFCMutableDictionary, CFCMutableArray, CFCString, etc). Now it is only used in the Results.cpp file for Apple builds only. 2013-03-22 02:38:49 +00:00
Timer.h Much more cleanup on the performance testing infrastructure: 2013-03-22 02:31:35 +00:00
Xcode.cpp Misc fixes: 2013-04-02 21:31:18 +00:00
Xcode.h Add correct file headers to all source files. 2013-03-21 03:39:51 +00:00