Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
47030ce5b3c15de3f12cee6e6e7a5d2a5bd31add
/
.
/
profile.sh
blob: 2f3f7251441de1ca6e4847cd49e651be5ff4c078 [
file
] [
log
] [
blame
]
#!/bin/bash
python
-
m cProfile
-
o lastprofile
.
dat
./
runtests
.
py
#echo -e "sort tottime\nstats 30" | python -m pstats lastprofile.dat