1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Dec 11, 2023 — Dec 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This is an example of using the profiler on a standalone Java application. In this case Ant is being profiled building the profiler. More... almost 20 years ago
Added a comment about future developement More... almost 20 years ago
release notes for release 0.9.1 More... almost 20 years ago
Added ant.profile.properties More... almost 20 years ago
changed the name of the profile file to ant-profile.txt More... almost 20 years ago
initial version More... almost 20 years ago
Move the configuration initialization routines here from Main More... almost 20 years ago
Moved the configruation handling rountines to Controller More... almost 20 years ago
Cleanup: include is no longer supported. Exclude continues to be supported. More... almost 20 years ago
Changed the filtering scheme to one that works reliably for both stand alone apps and web apps without any developer intervention. (Note: only Tomcat 5.5 is supported). More... almost 20 years ago
New file -- for profiling ant More... almost 20 years ago
Removed "include" property -- it's no longer supported More... almost 20 years ago
Fixed problem caused by PostgreSQL JDBC proxies (they don't have a package name) More... almost 20 years ago
Commented out include and exclude filters. They don't work right now and I wanted to avoid confusion. More... almost 20 years ago
Removing support for filter for the moment. The filter that is always in place had some errors in it that were fixed. More... almost 20 years ago
Removing support for filter for the moment. More... almost 20 years ago
Fixed minor formatting problem. More... almost 20 years ago
Added some code to aid debugging More... almost 20 years ago
Fixed a confusing comment. More... almost 20 years ago
Overrode the default toString() method in order to aid in debugging. More... almost 20 years ago
Added code to close all of the child frames. This fixes a problem that was occurring when profiling Ant. More... almost 20 years ago
Now excludes all of the packages that are shipped with Java 5 More... almost 20 years ago
Fixed spelling error in method name More... almost 20 years ago
added to the default include and exclude lists More... almost 20 years ago
Turned the echo off More... almost 20 years ago
Added additional debugging information which is now turned off. More... almost 20 years ago
Added code to exclude static initializers from being profiled. More... almost 20 years ago
Added a method for debugging More... almost 20 years ago
Added code to detect exceptions and correct for them. More... almost 20 years ago
Added a break to the swtich statement More... almost 20 years ago