projects
/
sdk
/
tools
/
heaptrack.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sdk/tools/heaptrack.git
2015-12-16
Milian Wolff
Set proper axis type for temporary allocation plot.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-16
Milian Wolff
Don't duplicate allocation infos when reparsing.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
Milian Wolff
Reuse PointerMap for backwards compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-15
Milian Wolff
Add size histogram to heaptrack_gui.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Milian Wolff
Reject data files of newer heaptrack versions.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-14
Milian Wolff
Optimize tracking of active allocations.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Milian Wolff
Also make the number of sub traces of peaks configurable.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
David Landell
Make number of reported peaks configurable
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Milian Wolff
Add .reviewboardrc file for rbt integration.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Milian Wolff
Add version to heaptrack data files.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-11
Milian Wolff
Don't check module map sanity in non-debug builds of...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-10
Milian Wolff
Show temporary allocations in heaptrack_gui.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-10
Milian Wolff
Find temporary allocations in heaptrack_print.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-09
Milian Wolff
Fix regression: the pointer index is still 64bit.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-09
Milian Wolff
Fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2015-12-07
Milian Wolff
Optimize: Reduce memory cost for tracking active alloca...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-07
Milian Wolff
Use uint32_t for indices.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-06
Milian Wolff
Optimize: Reduce memory consumption of RowData for...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-05
Milian Wolff
Generate flame graph in background thread.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-05
Milian Wolff
Make it possible to switch between bottom-up/top-down...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-05
Milian Wolff
Build flame graph on demand.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Milian Wolff
Remove duplicate component
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Milian Wolff
Default CMAKE_BUILD_TYPE to RelWithDebInfo.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Adrian Băcîrcea
Always pass false for exe in elf_add call.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Milian Wolff
Reserve space for chart data.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Milian Wolff
Optimize: evaluate top-down data in parallel to chart...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Milian Wolff
Optimize: only do one hash lookup instead of three...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-23
Milian Wolff
Optimize: Replace QHash with std::array.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-16
Milian Wolff
Minor: move newline for readbility
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Increase max chart datapoints to 500.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Only allocate 100 brushes for the flamegraph.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Use two-pass over input data to speed up chart building.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Only create one chart data per second.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Make sure the ChartMergeData is nothrow-move-assignable.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Cache ip addresses.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Fix wrong assertion
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Milian Wolff
Disable modeltest.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Milian Wolff
Restructure test code layout, import catch and use...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Milian Wolff
Simplify CMakeLists.txt - we always use malloc now.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Milian Wolff
Use malloc within libbacktrace for the usecase of heapt...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Milian Wolff
Cleanup and rename leaked in gui to consumed.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Milian Wolff
Fix chart model by splitting it up by type.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Milian Wolff
cleanup
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Milian Wolff
Deduplicate code
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Milian Wolff
Format tooltip cost and time.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Milian Wolff
Keep the chart data associated with a constant column.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-13
Milian Wolff
Merge entries for chart data and sort in descending...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-11
Milian Wolff
Fix tooltips and show stacked graph.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Milian Wolff
Use correct axis and labels in time charts.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-10
Milian Wolff
Add basic tooltip functionality for stacked time charts
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Milian Wolff
start with stacked time charts
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Use the TopDownData as input to generate the FlameGraph.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Add Top-Down tree model.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Also sum up peaks.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Build tooltip ondemand which speeds initial parsing...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Don't forget selection when resizing the flamegraph...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Cleanup the code and add some comments
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Milian Wolff
Merge branch 'flamegraph'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Cleanup code
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Implement zooming as done in original FlameGraph SVG.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Use mem color scheme from upstream FlameGraph.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Add hover effect.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Paint selected item differently.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Cleanup the code a bit, use font metrics height for...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Disable QGV BSP item indexing for the FlameGraph scene.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Adapt the minRootWidth to the available viewport width
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Milian Wolff
Cleanup code and build graphics items in the background...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-03
Kevin Funk
CMake: set_package_properties for KChart
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Bring back mouse wheel zooming.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Implement click-to-zoom in FlameGraph
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Refactor code and use QGV parent child chain while...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Set pen externally, add total item
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Exclude stop indices from GUI backtraces.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-02
Milian Wolff
Use correct foreground color.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Milian Wolff
Keep font size stable.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Milian Wolff
Improve layouting and data generation for flame graph.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Milian Wolff
Build a top-down flame graph.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Milian Wolff
Merge remote-tracking branch 'origin/master' into flame...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Milian Wolff
do not mix up peak and allocated columns
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Milian Wolff
Add QDebug include, for potential printf debugging...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-21
Milian Wolff
Add initial take on a FlameGraph based on QGraphicsView.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-21
Milian Wolff
Remove warning about bogus translation.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-20
Milian Wolff
Make it possible to create flamegraph compatible stack...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-20
Milian Wolff
Increase width of help output
commit
|
commitdiff
|
tree
|
snapshot
2015-08-10
Milian Wolff
Save memory by keeping file strings shared.
commit
|
commitdiff
|
tree
|
snapshot
2015-08-10
Milian Wolff
Fix compile of test when unwind.h is in non-standard...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-23
Milian Wolff
Fix serious regression which broke evaluation of back...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-23
Milian Wolff
Add first test to verify libunwind integration behaves...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Milian Wolff
Don't show an error when heaptrack_gui is not in PATH.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Milian Wolff
Make GUI/Chart optional.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Milian Wolff
Fix 'obvious' error on 32bit for injection, still doesn...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Milian Wolff
Also fix building of the gui on 32bit
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Milian Wolff
Always assume 64bit input data in the printer.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-08
Milian Wolff
Fix compile warnings on 32bit
commit
|
commitdiff
|
tree
|
snapshot
2015-07-03
Milian Wolff
Use ki18n_wrap_ui
commit
|
commitdiff
|
tree
|
snapshot
2015-07-03
Milian Wolff
Set application domain for translations
commit
|
commitdiff
|
tree
|
snapshot
2015-07-03
Milian Wolff
Show a window when no files are given.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Milian Wolff
Properly link against zlib where required.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-02
Milian Wolff
Remove wrong assert.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-23
Yuri Chornoivan
Get rid of c-formatting message with %1s
commit
|
commitdiff
|
tree
|
snapshot
next