File: cprofile.sh

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (3 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download
1
2
3
#!/usr/bin/env bash
python -m cProfile -o profile.cprof benchmarks/profile.py
pyprof2calltree -k -i profile.cprof