dsffsd

 

www.github.com/KDE/heaptrack.git

 

KDE/heaptrack

A heap memory profiler for Linux. Contribute to KDE/heaptrack development by creating an account on GitHub.

github.com

 

$ sudo apt-get install libdwarf-dev

$ sudo apt-get install libunwind-dev

$ sudo apt-get install elfutils

$ sudo apt-get install libboost1.65-dev

$ sudo apt-get install libboost1.65-dev libboost1.65-tools-dev

$ sudo apt-get install libboost1.65-all-dev 

 

install library

 

 

$ cmake -DCMAKE_BUILD_TYPE=Release ..

 

-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   system
--   filesystem
--   iostreams
--   regex
-- Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR) 
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   iostreams
--   program_options
--   regex
-- Could NOT find ECM (missing: ECM_DIR)
-- The following OPTIONAL packages have been found:

 * Qt5Core (required version >= 5.12.4)
 * Qt5Gui (required version >= 5.12.4)
 * Qt5Widgets
 * Qt5 (required version >= 5.10.0)

-- The following REQUIRED packages have been found:

 * Threads
 * ZLIB
 * Libunwind
 * Boost (required version >= 1.41.0)

-- The following OPTIONAL packages have not been found:

 * ECM (required version >= 1.0.0)

-- The following RECOMMENDED packages have not been found:

 * Zstd
   Zstandard offers better (de)compression performance compared with gzip/zlib, making heaptrack faster and datafiles smaller.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/Project/kj/ccos/memory/heaptrack/build

 

make -j4

 

 

guid need library

- KDE Frameworks 5: CoreAddons, I18n, ItemModels, ThreadWeaver, ConfigWidgets, KIO

When any of these dependencies is missing, `heaptrack_gui` will not be build.
Optionally, install the following dependencies to get additional features in
the GUI:

- KDiagram: KChart (for chart visualizations)

 

----

 

Ubuntu install 

 

https://kde.org/applications/development/org.kde.heaptrack/development

 

Heaptrack - KDE's Applications

 

kde.org

heaptrack_gui

 

'Linux' 카테고리의 다른 글

[vscode] QT 연동하기  (0) 2020.05.15
[Qt5.15] Ubuntu 20.04 한글설정  (0) 2020.05.14
Ubuntu 스킨 변경  (0) 2020.05.12
[USB] Ubuntu20.04 USB 이미지 만들기  (0) 2020.05.11

+ Recent posts