sdk/tools/heaptrack.git
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.
2015-06-15 Milian WolffUse binary search in TraceTree.
2015-06-15 Milian WolffRename function - it's not a dlopen callback, but a...
2015-06-15 Milian WolffTwo more coments
2015-06-15 Milian WolffMerge branch 'gui'
2015-06-15 Milian WolffRun more stuff in parallel.
2015-06-15 Milian WolffAdd tooltip to header
2015-06-15 Milian WolffMerge location columns.
2015-06-15 Milian WolffMake filter case insensitive
2015-06-15 Milian WolffShow debuggee command line in heaptrack_gui
2015-06-15 Milian WolffMake heaptrack more compatible with other debug tools.
2015-06-15 Milian WolffSkip one more level in backtraces in debug builds.
2015-06-12 Milian WolffTranslate summary.
2015-06-12 Milian WolffShow full merged backtraces in heaptrack_gui.
2015-06-07 Milian Wolffuse KFormat for byte formatting in Qt model implementation.
2015-06-07 Milian WolffCopy the massif-visualizer GUI pattern with open/load...
2015-06-07 Milian WolffFix style and fix early-return check for Model::data()
2015-06-07 Milian WolffMake it possible to filter by function, module and...
2015-06-07 Milian WolffAllow filtering by file/module as well.
2015-06-07 Milian WolffCleanup CMake code a bit
2015-06-07 Milian WolffLink against KF5, use KRecursiveFilterProxyModel, fix...
2015-06-07 Milian WolffDeduplicate shown functions by skipping first, merged...
2015-06-07 Milian WolffReturn empty QString when no file was available.
2015-06-07 Milian WolffShow backtrace in tooltip.
2015-06-07 Milian WolffAdd modeltest sources
2015-06-07 Milian WolffShow sub-traces of merged allocation data in the model.
2015-06-07 Milian WolffMove some helper functions into the shared file, will...
2015-06-07 Milian WolffAdd filter by function
2015-06-07 Milian WolffShow function, file and module information
2015-06-07 Milian WolffSort view
2015-06-07 Milian WolffShow merged allocation data in model.
2015-06-07 Milian WolffMove data into model.
2015-06-07 Milian WolffMerge branch 'master' into gui
2015-05-30 Milian WolffSet version to 0.1.0 and include it in the tools.
2015-05-23 Milian WolffDo not crash after injection in ld-linux.
2015-05-21 Milian WolffCleanup code slightly for readability
2015-05-18 Milian WolffMerge branch 'master' into gui
2015-05-18 Matthias SchwarzottFix compilation error on some platforms.
2015-05-18 Milian WolffStart a simple Qt GUI and share some code with the...
2015-05-18 Matthias SchwarzottFix compilation error on some platforms.
2015-04-30 Milian WolffStay backwards compatible to old Boost 1.41 for RHEL...
2015-04-30 Milian WolffSet CMAKE_INSTALL_RPATH_USE_LINK_PATH to true.
next