A libary to help you understand in which call stacks your application spends its time, both on-cpu and off-cpu.
cd lttng-profile
./bootstrap
./configure
make
sudo make install
LD_PRELOAD=liblttng-profile.so ./myapplication
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A libary to help you understand in which call stacks your application spends its time, both on-cpu and off-cpu.
cd lttng-profile
./bootstrap
./configure
make
sudo make install
LD_PRELOAD=liblttng-profile.so ./myapplication