summaryrefslogtreecommitdiff
path: root/src/analyze/print
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Fix visualization of memory consumption values (use 2^10 instead of 10^3 as d...Ruben Ayrapetyan1-3/+3
2017-09-14Fix calculating peak RSS.Ruben Ayrapetyan1-1/+1
2017-09-14Handle total cost updates upon mmap/munmap and physical memory consumption up...Ruben Ayrapetyan1-0/+4
2017-09-14Introduce display modes (malloc, Private_Dirty, Private_Clean, Shared = Share...Ruben Ayrapetyan1-54/+50
2017-05-23Make peak memory consumption easier to understandMilian Wolff1-11/+1
2017-05-17Use fixed formatting for percentages in heaptrack_printMilian Wolff1-2/+2
2017-05-09Do not print zero-cost sub-branches in diff modeMilian Wolff1-0/+3
2017-05-08Show inlined framesMilian Wolff1-15/+39
2017-05-02Clarify licensesMilian Wolff1-11/+10
2017-04-25s/calcuation/calculationBruno P. Kinoshita1-1/+1
2017-01-28Add clang-format configuration and reformat src/ and test/ sourcesMilian Wolff1-156/+169
2017-01-21Make it possible to run heaptrack from the build folderMilian Wolff1-0/+4
2017-01-11Restructure source code directory layoutMilian Wolff2-0/+747