sdk/tools/heaptrack.git
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 Andrey KvochkoUse legacy JIT until Ruyjit gets ELT callbacks support
2018-02-15 Gleb Balykov... Add different CoreCLR colors in flame graph (#28)
2018-02-15 Andrey Kvochko... 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 KvochkoPrint error messages if object's class is unknown
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-26 Andrey KvochkoFix typo and read_consent
2017-10-25 Andrey KvochkoChanges after review
2017-10-25 Andrey KvochkoTest for <future> support
2017-10-25 Andrey KvochkoSupport manual CoreCLR builds
2017-10-25 Andrey Kvochko... Update README.md
2017-10-25 Andrey KvochkoInteractive coreclr-devel selection
2017-10-25 Andrey Kvochkotest for errors
2017-10-25 Andrey KvochkoWIP: docker build and run
2017-09-25 Ruben Ayrapetyan... Merge pull request #21 from a-kvochko/update-readme
2017-09-25 Andrey KvochkoUpdate screenshots & title
2017-09-22 Andrey KvochkoAddress latest feedback
2017-09-21 Andrey Kvochko... Address feedback
2017-09-21 Andrey KvochkoAdd the original README back
2017-09-21 Andrey Kvochko... Fix links
2017-09-21 Andrey Kvochko... Fix formatting
2017-09-21 Andrey Kvochko... Update README.md
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 KvochkoHandle nested classes
2017-09-15 Andrey KvochkoHandle multidimensional arrays
2017-09-15 Andrey KvochkoArray object support
2017-09-15 Andrey KvochkoFormat types differently from methods
2017-09-15 Andrey KvochkoTrace type name upon object allocation
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 #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)
next