sdk/tools/heaptrack.git
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...
2016-01-21 Milian WolffDecrease indentation which allows us to show deeper...
2016-01-15 Milian WolffMake chart tooltips better readable.
2016-01-04 Milian WolffUse std::tie instead of std::make_tuple for lexicograph...
2015-12-16 Milian WolffShow data as soon as it is available.
2015-12-16 Milian WolffSort cost columns initially in descending order.
2015-12-16 Milian WolffAdd some indication on the file load process.
2015-12-16 Milian WolffDisplay pretty-printed byte sizes in tree model.
2015-12-16 Milian WolffSet proper axis type for temporary allocation plot.
2015-12-16 Milian WolffDon't duplicate allocation infos when reparsing.
2015-12-15 Milian WolffReuse PointerMap for backwards compatibility.
2015-12-15 Milian WolffAdd size histogram to heaptrack_gui.
2015-12-14 Milian WolffReject data files of newer heaptrack versions.
2015-12-14 Milian WolffOptimize tracking of active allocations.
2015-12-11 Milian WolffAlso make the number of sub traces of peaks configurable.
2015-12-11 David LandellMake number of reported peaks configurable
2015-12-11 Milian WolffAdd .reviewboardrc file for rbt integration.
2015-12-11 Milian WolffAdd version to heaptrack data files.
2015-12-11 Milian WolffDon't check module map sanity in non-debug builds of...
2015-12-10 Milian WolffShow temporary allocations in heaptrack_gui.
2015-12-10 Milian WolffFind temporary allocations in heaptrack_print.
2015-12-09 Milian WolffFix regression: the pointer index is still 64bit.
2015-12-09 Milian WolffFix compiler warning
2015-12-07 Milian WolffOptimize: Reduce memory cost for tracking active alloca...
2015-12-07 Milian WolffUse uint32_t for indices.
2015-12-06 Milian WolffOptimize: Reduce memory consumption of RowData for...
2015-12-05 Milian WolffGenerate flame graph in background thread.
2015-12-05 Milian WolffMake it possible to switch between bottom-up/top-down...
2015-12-05 Milian WolffBuild flame graph on demand.
2015-11-15 Milian WolffRemove duplicate component
2015-11-15 Milian WolffDefault CMAKE_BUILD_TYPE to RelWithDebInfo.
2015-10-26 Adrian BăcîrceaAlways pass false for exe in elf_add call.
2015-10-23 Milian WolffReserve space for chart data.
2015-10-23 Milian WolffOptimize: evaluate top-down data in parallel to chart...
2015-10-23 Milian WolffOptimize: only do one hash lookup instead of three...
2015-10-23 Milian WolffOptimize: Replace QHash with std::array.
2015-10-16 Milian WolffMinor: move newline for readbility
2015-10-11 Milian WolffIncrease max chart datapoints to 500.
2015-10-11 Milian WolffOnly allocate 100 brushes for the flamegraph.
2015-10-11 Milian WolffUse two-pass over input data to speed up chart building.
2015-10-11 Milian WolffOnly create one chart data per second.
next