From: Maria Guseva/AI Tools Lab/Staff Engineer/삼성전자 Date: Fri, 1 Jun 2018 09:31:28 +0000 (+0300) Subject: Merge pull request #36 from dotnet/delivery X-Git-Tag: submit/tizen/20180620.112952^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a86237f7043e3420dd5666b6ecfe7f5c9245f8b;p=sdk%2Ftools%2Fheaptrack.git Merge pull request #36 from dotnet/delivery Delivery of Memory Profiler for Tizen VS Changes: 1. Tizen Memory Profiler GUI (heaptrack_gui) ported to MS Windows: - KDE Frameworks 5 libraries not used under Windows, "raw" Qt is used instead (except KChart - see below); - KChart library used for building charts replaced by QWT library under Windows; - code fixed to be able to compile it with MSVC; - Linux compatibility preserved - application's pro-file (qmake format) allows to choose different build options. 2. Some GUI improvements done: - context menu allowing to select different chart display options (show legend, etc.) added; - floating help window explaining how to zoom in / zoom out charts added; - exporting charts to files implemented; - application about dialog added. 3. Some Bugs fixed: - fixed stack overflow in case of too big flame graphs 4. Some improvements for build were done: - Windows GUI build instruction updated - copy required dll files to destination directory on build - Added packaging for ARM --- 5a86237f7043e3420dd5666b6ecfe7f5c9245f8b