1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected 9 months ago.
Dec 11, 2023 — Dec 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed unused import More... almost 20 years ago
No longer used -- see readme.html More... almost 20 years ago
Fixed problem with inconsistent handling of the file name. More... almost 20 years ago
Fixed a problem with the xm file.name More... almost 20 years ago
Added copying the *.sh files to the client directory More... almost 20 years ago
Added section about the examples. More... almost 20 years ago
Unix shell script for interacting with the profiler. More... almost 20 years ago
The old example.sh More... almost 20 years ago
Now supports ant 1.6 (see example-ant-1.5.sh for ant 1.5 support) More... almost 20 years ago
Added a note about the problems with -javaagent on mac OSX More... almost 20 years ago
Intial draft of a document that enumerates all of the possible properties in a a profile.properties file. More... almost 20 years ago
Modified the notes for 0.9.3 More... almost 20 years ago
Added a section for v. 0.9.3 More... almost 20 years ago
Added new options More... almost 20 years ago
Updated to track object allocation and output to both text and xml files More... almost 20 years ago
While originally this class dumped the profile information to a text file, now it simply calculates the overhead and calls other classes to do the outputting. The stuff that was in this class is now in ProfileTextDump More... almost 20 years ago
This file was originally called ProfileDump. More... almost 20 years ago
Minor format fix Changed the default file name not to contain "-prof" Remoced calcOverhead. This is now being done elsewhere More... almost 20 years ago
Added support for specifying the output type (text, xml or both -- defaults to text). Added trim() to all string comparisons More... almost 20 years ago
Commented out the method output (this is derived data) Added code to shorten class names (this makes the outputed XML file smaller) changed most attribute names to a shortened version (ex: class-name --> cn) in order to save on the output space. More... almost 20 years ago
XML version of the data gathered by the profiler. More... almost 20 years ago
Tweaked date handling added call to ProfileXMLDump.dump() for testing purposes. More... almost 20 years ago
Changed the visibility of _methodPool from private to package More... almost 20 years ago
Added method hasChildren More... almost 20 years ago
Added method: getInternalClassName More... almost 20 years ago
If the profile output file names a directory, then the file that is output goes into that directory. The file name is auto generated. More... almost 20 years ago
Addressed some thread safty issues. Re-enabled exception handling (it looked like would only have worked if debugging was enabled) More... almost 20 years ago
Unix shell script version of the example batch file (note: has only been tested on OS X) More... almost 20 years ago
Fixed bug where I wasn't using the JAVA_HOME varable to launch the JVM More... almost 20 years ago
The JIP whitepaper in PDF form More... almost 20 years ago