Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SamplePGO - Sort samples by source location when emitting as text. | Diego Novillo | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | When dumping function samples or writing them out as text format, it helps if the samples are emitted sorted by source location. The sorting of the maps is a bit slow, so we only do it on demand. llvm-svn: 253568 | ||||
* | SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples | Diego Novillo | 2015-11-13 | 1 | -5/+5 |
| | | | | llvm-svn: 253071 | ||||
* | Add inline stack streaming to binary sample profiles. | Diego Novillo | 2015-10-09 | 1 | -0/+30 |
With this patch we can now read and write inline stacks in sample profiles to the binary encoded profiles. In a subsequent patch, I will add a string table to the binary encoding. Right now function names are emitted as strings every time we find them. This is too bloated and will produce large files in applications with lots of inlining. llvm-svn: 249861 |