summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-perf
Commit message (Expand)AuthorAgeFilesLines
* Remove lldb-perfJonas Devlieghere2019-07-0825-4769/+0
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-152-16/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-133-32/+32
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-4/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0622-3200/+2555
* Cleanup how we listen for process events by using the broadcaster class name ...Greg Clayton2014-08-181-3/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Fixed the lldb_perf_clang.cpp test case to be able to run correctly.Greg Clayton2014-02-273-94/+168
* <rdar://problem/13732521>Enrico Granata2013-05-021-7/+7
* Proper English not optionalEnrico Granata2013-04-221-3/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-184-9/+9
* Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton2013-04-184-10/+12
* New CallNext action for the test case that causes the next action in the sequ...Enrico Granata2013-04-152-0/+12
* More updates to test casesEnrico Granata2013-04-153-6/+11
* Sketch test now runs 10 timesEnrico Granata2013-04-152-33/+17
* Enabling test case to write the average+stddev pair to the resultsEnrico Granata2013-04-156-25/+68
* - Adding a relaunch feature to the performance tester: you can use the relaun...Enrico Granata2013-04-153-11/+50
* Sketch test case improvements:Enrico Granata2013-04-121-180/+118
* Updated the line on which to break for the formatters testEnrico Granata2013-04-111-1/+1
* <rdar://problem/13457391>Greg Clayton2013-04-043-3/+3
* Enabling metrics to calculate (and dump) their standard deviationEnrico Granata2013-04-025-7/+72
* Misc fixes:Enrico Granata2013-04-023-4/+22
* Integrating option parsing in TestCase for added convenienceEnrico Granata2013-04-016-6/+87
* Proper option parser for the Sketch test caseEnrico Granata2013-04-011-6/+220
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13327940>Greg Clayton2013-03-271-2/+2
* Added a source file needed for clang to compile in the lldb_perf_clang test.Greg Clayton2013-03-271-0/+24
* <rdar://problem/13327940>Greg Clayton2013-03-271-12/+94
* Prune more stuff out of the build and source folders after building clang.Greg Clayton2013-03-271-1/+3
* Cleaned up how LLDB.framework was being linked to and also how the target dep...Greg Clayton2013-03-261-6/+38
* Trim the output build folder a bit to it isn't so large.Greg Clayton2013-03-261-1/+6
* Change the stepping test to output "total time" for the step as well.Jim Ingham2013-03-262-12/+18
* Make the stepping perf test case actually work.Jim Ingham2013-03-263-39/+308
* Added better measurements to test:Greg Clayton2013-03-231-28/+46
* Make sure the "Release" builds link against the "Release" LLDB.framework and ...Greg Clayton2013-03-233-21/+30
* Added option parsing to the lldb_perf_clang performance test.Greg Clayton2013-03-221-9/+225
* More cleanup to remove the CoreFoundation classes out of mainstream code (CFC...Greg Clayton2013-03-225-67/+2
* Much more cleanup on the performance testing infrastructure:Greg Clayton2013-03-2219-371/+1183
* The outline of the stepping perf test case, doesn't do anything yet.Jim Ingham2013-03-213-17/+313
* Add correct file headers to all source files.Greg Clayton2013-03-2115-56/+80
* Modify code to adhere to LLDB coding conventions.Greg Clayton2013-03-2110-166/+192
* Added a lldb-perf test case that will be used to time various aspects of debu...Greg Clayton2013-03-213-0/+269
* Making a manual mode of operation for measurements, where you can manually ca...Enrico Granata2013-03-202-10/+54
* Making the test step count a member variable so that it can be accessed easilyEnrico Granata2013-03-202-8/+16
* Renaming perf. main files from main.cpp to something meaningfulEnrico Granata2013-03-203-8/+8
* Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumpi...Enrico Granata2013-03-206-11/+167
* Update Sketch test case to capture this and use accessors for debugger, targe...Greg Clayton2013-03-192-36/+64
* More cleanup on the lldb-perf code:Greg Clayton2013-03-197-191/+217
* <rdar://problem/13443931>Greg Clayton2013-03-191-6/+117
OpenPOWER on IntegriCloud