tooltips implemented for charts (if using QWT) - except histogram
[sdk/tools/heaptrack.git] / src /
2018-03-15 Alexey Chernobaevtooltips implemented for charts (if using QWT) - except...
2018-03-15 Alexey Chernobaevhistogram (QWT) improved (correct x-scale labels, total...
2018-03-14 Alexey Chernobaevhistogram y-axes scale fixed
2018-03-14 Alexey Chernobaevallocation histogram added (in progress)
2018-03-13 Alexey Chernobaevcharts panning enabled (QWT)
2018-03-12 Alexey Chernobaevbug fix in the chart tracker text (wrong y-value) ...
2018-03-12 Alexey ChernobaevQWT charts zooming enabled; refactoring
2018-03-12 Alexey Chernobaevpro file reverted
2018-03-11 Alexey Chernobaevfix QWT plot legend on Linux
2018-03-11 Alexey Chernobaevfix for Qt below 5.10
2018-03-11 Alexey Chernobaevhandling shortcuts manually in the context menu of...
2018-03-11 Alexey Chernobaevcontext menu added to charts (QWT) to allow users chang...
2018-03-11 Alexey Chernobaevshow legend and vertical lines for charts (need to...
2018-03-06 Alexey Chernobaevenable using QWT instead of KChart under unix (by uncom...
2018-03-06 Alexey Chernobaevsupport using QWT instead of KChart (in progress)
2018-03-02 Alexey Chernobaevpro-file fix for unix
2018-03-02 Alexey Chernobaevrefactoring (preparing to enable use of QWT instead...
2018-02-19 Alexey ChernobaevNO_K_CHART mode added (if it's not defined but NO_K_LIB...
2018-02-15 Alexey ChernobaevMinor Qt project fix
2018-02-15 Alexey ChernobaevFix NO_K_LIB build mode
2018-02-15 Alexey ChernobaevFix normal (when NO_K_LIB not set) build mode
2018-02-15 Alexey Chernobaevchanges to compile using msvc
2018-02-15 Alexey ChernobaevNO_K_LIB build mode (without KDE libraries) implemented
2018-02-15 Alexey Chernobaevuint -> unsigned int (for msvc)
2018-02-15 Gleb Balykov/SRR... Add different CoreCLR colors in flame graph (#28)
2018-02-15 Andrey Kvochko/SRR... Fix compile errors on Ubuntu 17.10 (#29)
2017-10-27 Andrey KvochkoAdd a TODO to report classes as they are first encountered
2017-10-27 Andrey KvochkoFix after review
2017-10-27 Andrey KvochkoFix missing refences bug
2017-10-27 Andrey KvochkoClass pointer can be null for the root object node
2017-10-27 Andrey KvochkoFix compiler warnings; clear object graph when it's...
2017-10-27 Andrey KvochkoAddress more feedback
2017-10-27 Andrey KvochkoWarn the user if data for a certain GC is incomplete
2017-10-27 Andrey KvochkoAddress feedback
2017-10-27 Andrey KvochkoFormat size columns properly
2017-10-27 Andrey KvochkoImplement heap tab
2017-10-25 Andrey KvochkoTest for <future> support
2017-10-25 Andrey KvochkoWIP: docker build and run
2017-09-19 Ruben Ayrapetyan... Merge pull request #19 from dotnet/build-from-scrath
2017-09-19 Sung-Jae Leeinclude missing header for PATH_MAX
2017-09-15 Ruben Ayrapetyan... Merge pull request #18 from dotnet/calculate-per-manage...
2017-09-15 Andrey KvochkoFormat types differently from methods
2017-09-15 Ruben Ayrapetyan... Merge pull request #17 from dotnet/fix-bytes-amount...
2017-09-15 Ruben AyrapetyanFix visualization of memory consumption values (use...
2017-09-15 Ruben Ayrapetyan... Merge pull request #15 from dotnet/show-coreclr-consumption
2017-09-15 Gleb BalykovAdd logging of CoreCLR/non-CoreCLR memory consumption...
2017-09-15 Ruben Ayrapetyan... Merge pull request #13 from dotnet/track-managed-memory
2017-09-15 Ruben AyrapetyanCalculate and visualize number of allocations that...
2017-09-15 Ruben AyrapetyanRefine UI.
2017-09-15 Ruben AyrapetyanShow managed memory consumption in GUI.
2017-09-15 Ruben AyrapetyanTrace managed heap allocations and garbage collections.
2017-09-15 Ruben AyrapetyanSpeed up parsing by skipping unused data for each displ...
2017-09-15 Ruben Ayrapetyan... Merge pull request #12 from dotnet/managed-call-stacks
2017-09-15 Ruben AyrapetyanUse '.' instead of '::' for dividing managed class...
2017-09-15 Ruben AyrapetyanSupport --hide-unmanaged-stacks option.
2017-09-15 Ruben AyrapetyanFix performance of stack tracing.
2017-09-15 Ruben AyrapetyanFix profiler module.
2017-09-15 Andrey KvochkoSupport managed call stacks tracking.
2017-09-15 Ruben Ayrapetyan... Merge pull request #11 from dotnet/visualization-improv...
2017-09-15 Ruben AyrapetyanDisplay locations, which can't be tracked by profiler...
2017-09-14 Ruben AyrapetyanRecord and display offset of unmanaged function in...
2017-09-14 Ruben AyrapetyanSkip zero-sized allocation entries in GUI.
2017-09-14 Ruben AyrapetyanOutput module name on charts, if known.
2017-09-14 Ruben AyrapetyanAdd malloc/realloc/calloc/posix_memalign/mmap/dlopen...
2017-09-14 Ruben Ayrapetyan... Merge pull request #10 from dotnet/track-dlopen-and...
2017-09-14 Ruben AyrapetyanAdd approximate tracking of [heap].
2017-09-14 Ruben AyrapetyanAdd approximate trace of mmaps/munmaps from dlopen...
2017-09-14 Ruben Ayrapetyan... Merge pull request #9 from dotnet/fix-several-issues...
2017-09-14 Ruben AyrapetyanFix handling of missing build-id.
2017-09-14 Ruben Ayrapetyan... Merge pull request #8 from dotnet/fix-posix-memalign
2017-09-14 Ruben AyrapetyanFix accounting posix_memalign.
2017-09-14 Ruben Ayrapetyan... Merge pull request #7 from dotnet/track-mmap-munmap
2017-09-14 Ruben AyrapetyanHide unnecessary parts of GUI in each display mode.
2017-09-14 Ruben AyrapetyanAdd command line options for setting part of memory...
2017-09-14 Ruben AyrapetyanFix calculating peak RSS.
2017-09-14 Ruben AyrapetyanHandle total cost updates upon mmap/munmap and physical...
2017-09-14 Ruben AyrapetyanCalculate mmap/munmap memory consumption per call stack.
2017-09-14 Ruben AyrapetyanProcess mmap/munmap and smaps trace items in analyzer.
2017-09-14 Ruben AyrapetyanTrace /proc/self/smaps by timer.
2017-09-14 Ruben AyrapetyanAdd mmap/munmap to interpret's output.
2017-09-14 Ruben AyrapetyanAdd empty trackers of mmap/munmap.
2017-09-14 Ruben AyrapetyanIntroduce display modes (malloc, Private_Dirty, Private...
2017-09-14 Ruben Ayrapetyan... Merge pull request #6 from dotnet/fix-backtraces-on...
2017-09-14 Ruben AyrapetyanSupport .rel.plt in try_overwrite_symbols.
2017-09-14 Ruben AyrapetyanUse backtrace instead of unw_backtrace in Trace::fill.
2017-08-18 Milian WolffWIP: Include the build-id in the heaptrack output and...
2017-08-04 l10n daemon scriptGIT_SILENT made messages (after extraction)
2017-07-25 l10n daemon scriptGIT_SILENT made messages (after extraction)
2017-06-29 Milian WolffUse i18n instead of tr
2017-06-29 Milian WolffAdd reset view action to flame graph
2017-06-24 Milian WolffFind peak memory consumption in first-pass over input...
2017-06-21 l10n daemon scriptGIT_SILENT made messages (after extraction)
2017-06-11 l10n daemon scriptSVN_SILENT made messages (.desktop file) - always resol...
2017-06-08 l10n daemon scriptSVN_SILENT made messages (.desktop file) - always resol...
2017-05-23 Milian WolffFormat time values larger than 1min in terms of minutes
2017-05-23 Milian WolffRestore the caching functionality in StringCache::location
2017-05-23 Milian WolffMove time-formatting code into a Util header
2017-05-23 Milian WolffFurther optimize handling of peak data cost
2017-05-23 Milian WolffOnly update peak costs on the first parse pass
2017-05-23 Milian WolffOptimize tracking of peak costs
next