I'd like to know how long it takes a user to enter an input that I record with raw_input().
I.e. does it take them 1 second or 10 seconds to enter something on the command line.
Is there an established way of doing this, or would I need to invent my own way of doing this?