Multi-threaded malloc() and performance analysis tools for C/C++
Multi-threaded malloc() and performance analysis tools
pproftcmalloc_unittestheap_checkerheap_profiler$ HEAPPROFILE=/tmp/heap_profile ./your_app && pprof ./your_app /tmp/heap_profile.0001.heap$ HEAPCHECK=strict ./your_app$ CPUPROFILE=/tmp/cpu_profile ./your_app && pprof ./your_app /tmp/cpu_profile