summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/general.proftext
Commit message (Collapse)AuthorAgeFilesLines
* Stop testing the unspecified order in which the OnDiskHashTable stores entries.Richard Smith2016-03-261-2/+2
| | | | llvm-svn: 264487
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-7/+11
| | | | | | | | | | Add an option to llvm-profdata merge for writing out sparse indexed profiles. These profiles omit InstrProfRecords for functions which are never executed. Differential Revision: http://reviews.llvm.org/D16727 llvm-svn: 259258
* [PGO] fix a bug in profile summary computationXinliang David Li2016-01-161-13/+13
| | | | | | | | Entry block count was not counted and is corrected. Also introduce a new metric that is MaxInternalBlockCount which show command shows (as before). llvm-svn: 257987
* Display detailed profile summary in llvm-profdata tool.Easwaran Raman2016-01-131-0/+20
| | | | | | | | | | | This adds a detailed profile summary in llvm-profdata. The summary is in the form of one or more triples of the form (P, N, M) which is interpreted as if we look at the Top-N counts in the profile, their sum accounts for P percentage of the sum of all counts in the program and the minimum count in the Top-N is M. Differential Revision: http://reviews.llvm.org/D16005 llvm-svn: 257680
* InstrProf: Allow hexadecimal function hashes in proftext formatJustin Bogner2015-03-091-2/+10
| | | | llvm-svn: 231685
* llvm-profdata: Replace redundant tests with more targeted onesJustin Bogner2014-08-011-0/+56
llvm-svn: 214548
OpenPOWER on IntegriCloud