Files
project_euler/euler_profiler
2012-02-15 15:45:27 +01:00

8 lines
115 B
Bash
Executable File

#!/bin/bash
# Used to easily profile a solution to Project Euler
PROBLEM=$1
python -m cProfile -s time $PROBLEM