According to android developer site, throttle is the delay between events.
That been said, if i had a test with 20000 events and throttle set to 300ms the estimated time for the monkey test would be about 6000s~1,67h, right? But if you actually run a test with these parameters, you will notice that it takes much less time (it took me about half an hour on Xperia S).
I must be missing something... Any ideas on how the throttle parameter is related to the monkey test elapsed time? Any better ideas on how to estimate that time? Thanks.