Changes between Version 3 and Version 4 of GROUP_APP_PERFORMANCE_R1
- Timestamp:
- 05/19/09 19:28:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_PERFORMANCE_R1
v3 v4 33 33 34 34 == Implementation idea == 35 ^(Provide some rough implementation idea(s).)^ 35 * '''hprof''''s file format can be used as a base for the output format of our custom profiler. 36 * use Thread.getAllStackTraces() and then build a tree. 36 37 37 38 == Related == … … 47 48 48 49 = Implementation = 49 * '''hprof''''s file format can be used as a base for the output format of our custom profiler.50 * use Thread.getAllStackTraces() and then build a tree.51 50 52 51 = Testing =