prof.sh 234 B

123456
  1. #!/bin/sh
  2. echo "*** LARGE ***"
  3. python performance.py large | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"
  4. echo "*** SMALL ***"
  5. python performance.py small | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"