Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cfg-checker
/
20a3fa71e83a6ae3bcd6852e6f21270b7ac0e473
/
.
/
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