Bytecode Instrumentation
| 2004 JavaOne
SM
Conference | Session 3042 Copyright Hewlett Packard Co., 2004.
69
Output – Timing information
MyMon.printCallNumbers: 0 0
MyMon.getHotMethod values: 790 191
Add instrumentation to: a1
MyMon.printCallNumbers: 236 0
MyMon.getHotMethod values: 3666 1081
MyMon.printCallNumbers: 468 0
MyMon.getHotMethod values: 801 200
MyMon.printCallNumbers: 706 0
MyMon.getHotMethod values: 842 200
MyMon.printCallNumbers: 935 0
MyMon.getHotMethod values: 791 210
MyMon.printCallNumbers: 992 0
MyMon.getHotMethod values: 200 822
Add instrumentation to: a2
MyMon.printCallNumbers: 993 232
MyMon.getHotMethod values: 191 830
MyMon.printCallNumbers: 993 462
MyMon.getHotMethod values: 230 772
MyMon.printCallNumbers: 993 707
MyMon.getHotMethod values: 200 861
MyMon.printCallNumbers: 993 941
MyMon.getHotMethod values: 190 812
MyMon.printCallNumbers: 993 999
MyMon.getHotMethod values: 781 220
Add instrumentation to: a1
a1() a2()
Time in a1() higher
Instrument a1()
Time in a2() higher
Instrument a2()
Time in a1() higher
Instrument a1()