Given a function like:
do_something_big(): do_1() do_2() do_3()
It\'s easy to get the time it takes to run either do_something_big()<
do_something_big()<