summaryrefslogtreecommitdiff
path: root/tools/lldb-perf
AgeCommit message (Expand)Author
2019-07-08Remove lldb-perfJonas Devlieghere
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-08-18Cleanup how we listen for process events by using the broadcaster class name ...Greg Clayton
2014-06-27lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool
2014-02-27Fixed the lldb_perf_clang.cpp test case to be able to run correctly.Greg Clayton
2013-05-02<rdar://problem/13732521>Enrico Granata
2013-04-22Proper English not optionalEnrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton
2013-04-15New CallNext action for the test case that causes the next action in the sequ...Enrico Granata
2013-04-15More updates to test casesEnrico Granata
2013-04-15Sketch test now runs 10 timesEnrico Granata
2013-04-15Enabling test case to write the average+stddev pair to the resultsEnrico Granata
2013-04-15- Adding a relaunch feature to the performance tester: you can use the relaun...Enrico Granata
2013-04-12Sketch test case improvements:Enrico Granata
2013-04-11Updated the line on which to break for the formatters testEnrico Granata
2013-04-04<rdar://problem/13457391>Greg Clayton
2013-04-02Enabling metrics to calculate (and dump) their standard deviationEnrico Granata
2013-04-02Misc fixes:Enrico Granata
2013-04-01Integrating option parsing in TestCase for added convenienceEnrico Granata
2013-04-01Proper option parser for the Sketch test caseEnrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-27<rdar://problem/13327940>Greg Clayton
2013-03-27Added a source file needed for clang to compile in the lldb_perf_clang test.Greg Clayton
2013-03-27<rdar://problem/13327940>Greg Clayton
2013-03-27Prune more stuff out of the build and source folders after building clang.Greg Clayton
2013-03-26Cleaned up how LLDB.framework was being linked to and also how the target dep...Greg Clayton
2013-03-26Trim the output build folder a bit to it isn't so large.Greg Clayton
2013-03-26Change the stepping test to output "total time" for the step as well.Jim Ingham
2013-03-26Make the stepping perf test case actually work.Jim Ingham
2013-03-23Added better measurements to test:Greg Clayton
2013-03-23Make sure the "Release" builds link against the "Release" LLDB.framework and ...Greg Clayton
2013-03-22Added option parsing to the lldb_perf_clang performance test.Greg Clayton
2013-03-22More cleanup to remove the CoreFoundation classes out of mainstream code (CFC...Greg Clayton
2013-03-22Much more cleanup on the performance testing infrastructure:Greg Clayton
2013-03-21The outline of the stepping perf test case, doesn't do anything yet.Jim Ingham
2013-03-21Add correct file headers to all source files.Greg Clayton
2013-03-21Modify code to adhere to LLDB coding conventions.Greg Clayton
2013-03-21Added a lldb-perf test case that will be used to time various aspects of debu...Greg Clayton
2013-03-20Making a manual mode of operation for measurements, where you can manually ca...Enrico Granata
2013-03-20Making the test step count a member variable so that it can be accessed easilyEnrico Granata
2013-03-20Renaming perf. main files from main.cpp to something meaningfulEnrico Granata
2013-03-20Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumpi...Enrico Granata
2013-03-19Update Sketch test case to capture this and use accessors for debugger, targe...Greg Clayton
2013-03-19More cleanup on the lldb-perf code:Greg Clayton
2013-03-19<rdar://problem/13443931>Greg Clayton