Skip to content

How to profile xiu

HarlanC edited this page Sep 23, 2023 · 3 revisions

We can use flamegraph to profile xiu binary, use the following command to generate svg file:

sudo flamegraph -o my_flamegraph.svg -- ./xiu -w

And then open the svg file in browser

Clone this wiki locally