hanchenye-llvm-project/lldb/tools/lldb-perf/lib
Greg Clayton baac2afccf Cleanup how we listen for process events by using the broadcaster class name instead of having to catch each process instance as it comes alive.
llvm-svn: 215937
2014-08-18 21:09:50 +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
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 Cleanup how we listen for process events by using the broadcaster class name instead of having to catch each process instance as it comes alive. 2014-08-18 21:09:50 +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
Timer.h
Xcode.cpp
Xcode.h