Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
d1825a500d6cc927801f714aadd537d151812bf2
/
.
/
pstats.sh
blob: 1b2fa68de266f015965c832ef9b93d936f47d64c [
file
] [
log
] [
blame
]
#!/bin/bash
#python -m cProfile -o lastprofile.dat ./tests/runtests.py
echo
-
e
"sort tottime\nstats 50"
|
python
-
m pstats lastprofile
.
dat