sdk/tools/heaptrack.git
2017-01-21 Milian WolffProperly connect filters to corresponding view proxy...
2017-01-21 Burkhard Lückmove Messages.sh to follow code changes
2017-01-21 Milian WolffMake it possible to run heaptrack from the build folder
2017-01-21 Milian WolffMove libunwind CMake logic into FindLibunwind.cmake
2017-01-21 Milian WolffCollapse recursive frames by default in flame graph
2017-01-21 Milian WolffReorder caller/callee columns
2017-01-21 Milian WolffDon't increment caller/callee cost multiple times for...
2017-01-21 Milian WolffRemove extra ';'
2017-01-20 Fabrizio OddoneInclude cinttypes where required.
2017-01-11 Milian WolffUpdate copyright year
2017-01-11 Milian WolffRestructure source code directory layout
2017-01-08 Milian WolffMerge remote-tracking branch 'paulmenzel/improve-readme.md'
2017-01-08 Milian WolffFix flamegraph tooltip for top-level item
2017-01-08 Milian WolffAdd screenshots to README.md file
2017-01-08 Milian WolffUse the internal `__libc_dlopen_mode` symbol instead...
2017-01-08 Milian WolffDocument that you need gdb for runtime-attaching.
2017-01-08 Milian WolffMake dependency on KChart optional
2017-01-08 Milian WolffAdd basic documentation on how to build heaptrack
2016-11-15 Milian WolffLink against libunwind directly, we don't need to link...
2016-11-15 Milian WolffFix use-after-free in usage of libbacktrace.
2016-09-01 Paul MenzelREADME: Remove trailing whitespace
2016-09-01 Paul MenzelREADME: Add newline to end of file
2016-08-16 Milian WolffExtend error message.
2016-06-20 Milian WolffAdd pool-allocator API for heaptrack.
2016-06-20 Milian WolffMake libheaptrack.h C-compliant.
2016-06-20 Milian WolffSkip top rows without cost.
2016-06-17 Milian WolffRemove rows without cost from caller/callee data.
2016-06-17 Milian WolffMerge branch 'wip/diffing'
2016-06-17 Milian WolffAlso disable flame graphs in diff mode.
2016-06-17 Milian WolffDisable charts in diff mode.
2016-06-17 Milian WolffLoad diff base data in parallel to primary data file.
2016-06-17 Milian WolffReword --diff CLI help text, add -d, for heaptrack_gui.
2016-06-17 Milian WolffMake it possible to easily diff between files from...
2016-06-17 Milian WolffAdd some more code comments for the diffing method.
2016-06-14 Milian WolffConvert more data types to signed integers.
2016-06-14 Milian WolffAdd diff support between files to heaptrack_{print...
2016-06-14 Milian WolffDon't crash when switching the call-stack direction.
2016-06-13 Milian WolffAdd basic README.md
2016-06-12 Milian WolffRefactor code to use signed data types.
2016-06-12 Milian WolffAdd minus operator to AllocationData
2016-06-08 Milian WolffMake it possible to skip building of heaptrack_gui.
2016-06-08 Milian WolffRefactor code to remove reliance on undefined behavior.
2016-06-08 Milian WolffSlightly cleanup code of preload hooks.
2016-06-08 Milian WolffIncrease portability to systems that don't have cfree...
2016-06-04 Milian WolffTrack temporary allocations by their AllocationInfo...
2016-06-03 Milian WolffMove MergedAllocation struct to heaptrack_print.
2016-06-02 Milian WolffMake heaptrack.sh shell script work with dash.
2016-06-02 Milian WolffImprove bash compatibility of heaptrack shell script.
2016-05-29 Milian WolffUpdate display text when navigation through history.
2016-05-29 Milian WolffMake text in labels selectable by mouse.
2016-05-29 Milian WolffMake it possible to go back/forward in flamegraph via...
2016-05-10 Milian WolffFix compile: include cmath and use std::round.
2016-04-28 Milian WolffAdd a dock widget with the important graphs.
2016-04-28 Milian WolffImprove tooltips on total data of charts.
2016-04-10 Frederik SchwarzerRemove wrong unit. formatByteSize() returns the right...
2016-04-09 Milian WolffAdd tooltips for more UI elements in the flame graph...
2016-04-09 Milian WolffSet cursors to show that you can interact with the...
2016-04-09 Milian WolffUse monospace font for function labels in description.
2016-04-09 Milian WolffEnable wordwrap to prevent layout issues on wide functi...
2016-04-09 Stephen KellyMove the frame description to the bottom of the ui
2016-04-06 Stephen KellyReplace rigid layout with a QSplitter
2016-04-05 Milian WolffHTML-escape strings in tooltips, esp. required for...
2016-04-05 Milian WolffFix wrong conditional that lead to excessive i18n calls.
2016-04-05 Milian WolffCache QPen and QBrush used by ChartModel.
2016-04-05 Milian WolffAdd relative cost numbers to the tree model tooltips.
2016-04-05 Milian WolffShow cost fractions in flamegraph tooltips.
2016-04-05 Milian WolffIntroduce cost threshold for flamegraph to minimize...
2016-03-24 Milian WolffAdd an experimental perf->heaptrack data converter.
2016-03-24 Milian WolffPrevent off-by-one data access in chart models.
2016-03-24 Milian WolffMake code more error resilient when parsing data files.
2016-03-24 Milian WolffCheck validity of allocation index when parsing data...
2016-03-24 Milian WolffNever divide by zero.
2016-03-24 Milian WolffIntern caller/callee data by location data.
2016-03-24 Milian WolffAdd caller/callee table view of data.
2016-03-24 Milian WolffReuse common AllocationData class, with operator+=...
2016-03-23 Milian WolffMake it possible to select different cost sources for...
2016-03-23 Milian WolffDon't print unknown file/line location in tooltip.
2016-03-15 Milian WolffColorize model cost cells background based on relative...
2016-03-09 Milian WolffProperly skip 32bit versions of operator new.
2016-03-09 Milian WolffFix compile warnings on 32bit machines
2016-03-09 Milian WolffUpdate libbacktrace from GCC trunk@234085.
2016-02-29 Milian WolffDon't show functions that triggered no temporary alloca...
2016-02-26 Milian WolffAdd executable to measure malloc overhead.
2016-02-26 Milian WolffFilter rows that did not leak anything in TopProxy.
2016-02-25 Milian WolffInclude total system memory and peak RSS usage in output.
2016-02-25 Milian WolffShow minimal statistics directly after heaptrack finished.
2016-02-24 Milian WolffPass correct data to dl_iterate_phdr.
2016-02-24 Milian WolffDon't access invalid memory for tiny or broken input...
2016-02-24 Milian WolffPut summary text into three columns to save vertical...
2016-02-24 Milian WolffDisplay the time when the memory peak was encountered.
2016-02-24 Milian WolffRemove resize-to-contents call.
2016-02-24 Milian WolffAdd summary tab and display all top functions there.
2016-02-23 Milian WolffShow error when we failed to parse an input file.
2016-02-23 Milian WolffUse monospace font family in tooltips.
2016-02-23 Milian WolffDon't show 'backtrace: ' without a backtrace in the...
2016-02-23 Milian WolffAdd stacks model to display full backtrace for selection.
2016-02-23 Milian WolffDisplay shorter basename for files in tables by default.
2016-02-09 Milian WolffDon't descend into children of invisible flamegraph...
2016-02-08 Milian WolffOptimize TreeModel: cache KFormat to prevent repeated...
2016-01-28 Aleix PolLet KDE*CompilerSettings change the policies in the...
next