mutrace
mutex and realtime memory allocation profiling tools
Install
- All systems
-
curl cmd.cat/mutrace.sh
- Debian
-
apt-get install mutrace
- Ubuntu
-
apt-get install mutrace
- Kali Linux
-
apt-get install mutrace
- Fedora
-
dnf install mutrace
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mutrace
- Raspbian
-
apt-get install mutrace
- Dockerfile
- dockerfile.run/mutrace
mutrace
mutex and realtime memory allocation profiling tools
Two tools are included in this package: mutrace - for profiling lock contention. matrace - for profiling memory allocations in realtime threads.