Mon, 04 Aug 2025 06:43:20 CST | login

Information for build heaptrack-1.4.0-1.ocs23

ID7758
Package Nameheaptrack
Version1.4.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/heaptrack.git?.#b70fac465f184dbc0f95c07ce1822e79763d6eb4
SummaryA heap memory profiler for Linux
DescriptionHeaptrack traces all memory allocations and annotates these events with stack traces.Dedicated analysis tools then allow you to interpret the heap memory profile to: - find hotspots that need to be optimized to reduce the memory footprint of your application - find memory leaks, i.e. locations that allocate memory which is never deallocated - find allocation hotspots, i.e. code locations that trigger a lot of memory allocation calls - find temporary allocations, which are allocations that are directly followed by their deallocation
Built byfanjunkong
State complete
Volume DEFAULT
StartedWed, 08 May 2024 16:43:45 CST
CompletedWed, 08 May 2024 16:48:17 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/heaptrack.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/heaptrack.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
heaptrack-1.4.0-1.ocs23.src.rpm (info) (download)
aarch64
heaptrack-1.4.0-1.ocs23.aarch64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-1.ocs23.aarch64.rpm (info) (download)
heaptrack-debugsource-1.4.0-1.ocs23.aarch64.rpm (info) (download)
x86_64
heaptrack-1.4.0-1.ocs23.x86_64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-1.ocs23.x86_64.rpm (info) (download)
heaptrack-debugsource-1.4.0-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-1 - initial build