Skip to content

Profiling TileDB Performance

Joe Maley edited this page Sep 11, 2020 · 6 revisions

Flamegraphs

  $ perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace | stackcollapse-perf.pl --tid | c++filt > collapsed.txt
  $ grep tilevcf collapsed.txt | flamegraph.pl > output.svg