Skip to content

Heap Analysis

Matus Kysel edited this page Jun 10, 2021 · 2 revisions

What I have used:

How to use:

  • Install ^ those packages
  • Run cmake with -DTARAXA_GPERF=1
  • Run node with env HEAPPROFILE=/tmp/taraxa.hprof taraxad
  • To see output run: pprof -http=":9090" build/bin/taraxad /tmp/taraxa.hprof.0001.heap
Clone this wiki locally