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