Information for build heaptrack-1.4.0-1.oc9

ID24967
Package Nameheaptrack
Version1.4.0
Release1.oc9
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
StartedThu, 25 Jul 2024 17:10:45 CST
CompletedThu, 25 Jul 2024 17:13:21 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/heaptrack.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/heaptrack.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
heaptrack-1.4.0-1.oc9.src.rpm (info) (download)
aarch64
heaptrack-1.4.0-1.oc9.aarch64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-1.oc9.aarch64.rpm (info) (download)
heaptrack-debugsource-1.4.0-1.oc9.aarch64.rpm (info) (download)
x86_64
heaptrack-1.4.0-1.oc9.x86_64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-1.oc9.x86_64.rpm (info) (download)
heaptrack-debugsource-1.4.0-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-1 - initial build