summaryrefslogtreecommitdiff
path: root/bin/profile_axis
blob: 0ea35e58e822c71255cdae1c29ea79c56a1b775d (plain)
1
2
3
4
#!/bin/bash
SCRIPT_LOCATION=$(dirname $(readlink -f $0))
python -mcProfile -o axis.profile $SCRIPT_LOCATION/axis "$@"
(echo sort cumulative; echo stats 20) | python -mpstats axis.profile