Originally published: 2005-01-14 10:56:25
Last updated: 2005-02-07 04:57:15
Author: Victor Yang
Use Jython to time java code. An inexpensive solution to measure Java code's performance. In the following example, jtimeit.py is created to measure Main.doHttpGet()'s performance. Used google and yahoo as examples.