Thu, 26 Jun 2025 22:52:40 CST | login

Information for build heaptrack-1.4.0-2.oc9

ID37455
Package Nameheaptrack
Version1.4.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/heaptrack.git?.#309c41264a943ba8f4bd1ae899ad90ab85a7173f
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 bybbrucezhang
State failed
Volume DEFAULT
StartedFri, 13 Jun 2025 05:29:28 CST
CompletedFri, 13 Jun 2025 05:39:52 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 No tags
RPMs No RPMs
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.4.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-1 - initial build