flatcam/tests/canvas/prof.sh

6 lines
234 B
Bash
Raw Normal View History

2016-01-01 04:28:23 +00:00
#!/bin/sh
echo "*** LARGE ***"
python performance.py large | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"
echo "*** SMALL ***"
python performance.py small | egrep "(\(scatter\))|(\(draw\))|(tostring_rgb)|(fromstring)"