Examples of running run-program-with-counts.py
$ python run-python-program-with-counts.py ../test/example/fib.py
fib(2)= 2, fib(3) = 3, fib(4) = 5
Event "call" seen 25 times.
Event "line" seen 70 times.
Event "opcode" seen 358 times.
Event "return" seen 24 times.