summaryrefslogtreecommitdiff
path: root/tools/lldb-perf/lib/MemoryGauge.cpp
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
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-02Enabling metrics to calculate (and dump) their standard deviationEnrico Granata
2013-03-22Much more cleanup on the performance testing infrastructure:Greg Clayton
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-20Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumpi...Enrico Granata
2013-03-18Code cleanup:Greg Clayton
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata