summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-perf/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove lldb-perfJonas Devlieghere2019-07-0815-1757/+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-1915-60/+45
* 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-0615-1836/+1317
* Cleanup how we listen for process events by using the broadcaster class name ...Greg Clayton2014-08-181-3/+1
* Fixed the lldb_perf_clang.cpp test case to be able to run correctly.Greg Clayton2014-02-272-84/+119
* 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
* Enabling test case to write the average+stddev pair to the resultsEnrico Granata2013-04-155-19/+52
* - Adding a relaunch feature to the performance tester: you can use the relaun...Enrico Granata2013-04-152-1/+20
* 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-012-2/+83
* Make sure the "Release" builds link against the "Release" LLDB.framework and ...Greg Clayton2013-03-231-0/+3
* 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-2213-265/+1053
* Add correct file headers to all source files.Greg Clayton2013-03-2112-48/+60
* Modify code to adhere to LLDB coding conventions.Greg Clayton2013-03-219-156/+182
* Making a manual mode of operation for measurements, where you can manually ca...Enrico Granata2013-03-201-2/+24
* Making the test step count a member variable so that it can be accessed easilyEnrico Granata2013-03-202-8/+16
* 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-191-0/+23
* More cleanup on the lldb-perf code:Greg Clayton2013-03-193-26/+51
* Code cleanup:Greg Clayton2013-03-1812-40/+73
* <rdar://problem/13228487>Enrico Granata2013-03-146-17/+80
* Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2013-03-0812-0/+952
OpenPOWER on IntegriCloud