sdk/tools/heaptrack.git
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.
2015-10-11 Milian WolffMake sure the ChartMergeData is nothrow-move-assignable.
2015-10-11 Milian WolffCache ip addresses.
2015-10-11 Milian WolffFix wrong assertion
2015-10-11 Milian WolffDisable modeltest.
2015-09-25 Milian WolffRestructure test code layout, import catch and use...
2015-09-25 Milian WolffSimplify CMakeLists.txt - we always use malloc now.
2015-09-25 Milian WolffUse malloc within libbacktrace for the usecase of heapt...
2015-09-22 Milian WolffCleanup and rename leaked in gui to consumed.
2015-09-22 Milian WolffFix chart model by splitting it up by type.
2015-09-22 Milian Wolffcleanup
2015-09-21 Milian WolffDeduplicate code
2015-09-21 Milian WolffFormat tooltip cost and time.
2015-09-21 Milian WolffKeep the chart data associated with a constant column.
2015-09-13 Milian WolffMerge entries for chart data and sort in descending...
2015-09-11 Milian WolffFix tooltips and show stacked graph.
2015-09-10 Milian WolffUse correct axis and labels in time charts.
2015-09-10 Milian WolffAdd basic tooltip functionality for stacked time charts
2015-09-09 Milian Wolffstart with stacked time charts
2015-09-06 Milian WolffUse the TopDownData as input to generate the FlameGraph.
2015-09-06 Milian WolffAdd Top-Down tree model.
2015-09-06 Milian WolffAlso sum up peaks.
2015-09-06 Milian WolffBuild tooltip ondemand which speeds initial parsing...
2015-09-06 Milian WolffDon't forget selection when resizing the flamegraph...
2015-09-06 Milian WolffCleanup the code and add some comments
2015-09-06 Milian WolffMerge branch 'flamegraph'
2015-09-04 Milian WolffCleanup code
2015-09-04 Milian WolffImplement zooming as done in original FlameGraph SVG.
2015-09-04 Milian WolffUse mem color scheme from upstream FlameGraph.
2015-09-04 Milian WolffAdd hover effect.
2015-09-04 Milian WolffPaint selected item differently.
2015-09-04 Milian WolffCleanup the code a bit, use font metrics height for...
2015-09-04 Milian WolffDisable QGV BSP item indexing for the FlameGraph scene.
2015-09-04 Milian WolffAdapt the minRootWidth to the available viewport width
2015-09-04 Milian WolffCleanup code and build graphics items in the background...
2015-09-03 Kevin FunkCMake: set_package_properties for KChart
2015-09-02 Milian WolffBring back mouse wheel zooming.
2015-09-02 Milian WolffImplement click-to-zoom in FlameGraph
2015-09-02 Milian WolffRefactor code and use QGV parent child chain while...
2015-09-02 Milian WolffSet pen externally, add total item
2015-09-02 Milian WolffExclude stop indices from GUI backtraces.
2015-09-02 Milian WolffUse correct foreground color.
2015-09-01 Milian WolffKeep font size stable.
2015-09-01 Milian WolffImprove layouting and data generation for flame graph.
2015-09-01 Milian WolffBuild a top-down flame graph.
2015-09-01 Milian WolffMerge remote-tracking branch 'origin/master' into flame...
2015-08-24 Milian Wolffdo not mix up peak and allocated columns
2015-08-24 Milian WolffAdd QDebug include, for potential printf debugging...
2015-08-21 Milian WolffAdd initial take on a FlameGraph based on QGraphicsView.
2015-08-21 Milian WolffRemove warning about bogus translation.
2015-08-20 Milian WolffMake it possible to create flamegraph compatible stack...
2015-08-20 Milian WolffIncrease width of help output
2015-08-10 Milian WolffSave memory by keeping file strings shared.
2015-08-10 Milian WolffFix compile of test when unwind.h is in non-standard...
2015-07-23 Milian WolffFix serious regression which broke evaluation of back...
2015-07-23 Milian WolffAdd first test to verify libunwind integration behaves...
2015-07-21 Milian WolffDon't show an error when heaptrack_gui is not in PATH.
2015-07-21 Milian WolffMake GUI/Chart optional.
2015-07-08 Milian WolffFix 'obvious' error on 32bit for injection, still doesn...
2015-07-08 Milian WolffAlso fix building of the gui on 32bit
2015-07-08 Milian WolffAlways assume 64bit input data in the printer.
2015-07-08 Milian WolffFix compile warnings on 32bit
2015-07-03 Milian WolffUse ki18n_wrap_ui
2015-07-03 Milian WolffSet application domain for translations
2015-07-03 Milian WolffShow a window when no files are given.
2015-07-02 Milian WolffProperly link against zlib where required.
2015-07-02 Milian WolffRemove wrong assert.
2015-06-23 Yuri ChornoivanGet rid of c-formatting message with %1s
2015-06-22 Milian WolffAdd Messages.sh for gettext extraction.
2015-06-15 Milian WolffProperly use max-or-last leaked data value.
2015-06-15 Milian WolffInclude 0 as first chart datapoint.
2015-06-15 Milian Wolffadvertise heaptrack_gui
2015-06-15 Milian WolffAlso show total bytes allocated over time.
2015-06-15 Milian WolffAlso show total number of allocations over time.
2015-06-15 Milian WolffShow total leaked data in graph.
2015-06-15 Milian WolffPrepare for addition of more visualizations.
2015-06-15 Milian WolffAdd about data, enable loading of multiple files.
2015-06-15 Milian WolffGroup disabling of stdio locking code.
next