sdk/tools/heaptrack.git
2017-09-15 Ruben AyrapetyanFix visualization of memory consumption values (use...
2017-09-15 Ruben Ayrapetyan... Merge pull request #16 from dotnet/fix-relative-paths...
2017-09-15 Ruben AyrapetyanFix handling of relative paths in profiler's build.sh
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 #14 from dotnet/scripts
2017-09-15 Gleb BalykovAdd scripts for tracing Tizen .NET applications.
2017-09-15 Ruben Ayrapetyan... Merge pull request #13 from dotnet/track-managed-memory
2017-09-15 Ruben AyrapetyanFix build of profiler.
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 Gleb BalykovFix bug with non-copied string in libbacktrace
2017-09-14 Ruben AyrapetyanFix parsing ELF.
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 AyrapetyanApply patch https://gcc.gnu.org/ml/gcc-patches/2017...
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... GIT_SILENT made messages (after extraction)
2017-07-25 l10n daemon... GIT_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... GIT_SILENT made messages (after extraction)
2017-06-11 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-06-08 l10n daemon... SVN_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 WolffAdd missing license headers
2017-05-23 Milian WolffOptimize tracking of peak costs
2017-05-23 Milian WolffMake peak memory consumption easier to understand
2017-05-23 Milian WolffAlways use KFormat::MetricBinaryDialect
2017-05-17 Milian WolffHide rows with less than 1% of the cost from the top...
2017-05-17 Milian WolffUse fixed formatting for percentages in heaptrack_print
2017-05-15 Milian WolffUpdate comment, this list is sorted by now
2017-05-15 Milian WolffHandle fscanf failure when reading RSS from /proc/self...
2017-05-09 Kevin FunkMake sure KF5_FOUND is FALSE when not all components...
2017-05-09 Milian WolffDo not print zero-cost sub-branches in diff mode
2017-05-08 Friedrich W... Don't repeat work of KAboutData::setApplicationData()
2017-05-08 Milian WolffShow inlined frames
2017-05-03 Milian WolffDo not clear flamegraph on hide
2017-05-03 Milian WolffForce the fill method to never get inlined
2017-05-03 Milian WolffFilter zero frames from the end of the stack returned...
2017-05-02 Milian WolffDisable flamegraph navigation actions when they are...
2017-05-02 Milian WolffAlso show tooltips with function identifiers
2017-05-02 Milian WolffAdd search feature to flamegraph
2017-05-02 Milian WolffAdd CMake's Copyright.txt which is referenced by FindLi...
2017-05-02 Milian WolffClarify licenses
2017-05-02 Milian WolffRemove unused ModelTest
2017-04-28 Milian WolffInclude raw byte size in tooltips
2017-04-28 Milian WolffUse byte size in allocated tooltip
2017-04-28 Milian WolffProperly remap string indices before asserting equality
2017-04-24 Bruno P. Kinoshitas/calcuation/calculation
2017-04-18 l10n daemon... SVN_SILENT made messages (.desktop file) - always resol...
2017-04-17 Milian WolffCall libc and libstdc++ freeres functions in heaptrack_...
2017-04-07 Milian WolffDisable signal handling in timer thread
2017-04-06 Erwin JansenAdd missing include directory
2017-04-04 Milian WolffPrefer $lib.debug files over $lib files, if available
2017-04-04 Maxim GolovAdd a script to anonymize profiling data
2017-04-04 Milian WolffAdd .arcconfig file
2017-04-02 Milian WolffProperly fail to parse lines of two or one chars
2017-04-02 Milian WolffEnable rubber-band zooming in charts
2017-03-06 Kevin FunkFix -Wexpansion-to-defined warning from Clang 3.9
2017-03-06 Kevin FunkUpdate .gitignore with something more versatile
next