0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Getting rid of everything in CVS to avoid confusion. Go to SVN. More... over 17 years ago
Some docs on the benchmark results. More... over 18 years ago
These inspectors are now properly implementing their beforeRequest and afterRequest methods so that the users of this stuff do not need to. More... over 18 years ago
Added the thread contention monitoring timers and counters to the mix. They're slower than the others... about 1% CPU per item monitored. More... over 18 years ago
Updated our progress. More... over 18 years ago
First cut at benchmarks of the inspectors. I would like to not have to hard code every inspector, but it works for now. More... over 18 years ago
These inspectors are now properly implementing their beforeRequest and afterRequest methods so that the users of this stuff do not need to. More... over 18 years ago
Fix null pointer problem. More... over 18 years ago
Need these for the benchmarking apps. I really don't think I like using lib as a dump bucket. Going to think about how to split these out so the dependencies are clear. More... over 18 years ago
Move these commons-pool related classes to a separate package. Only barely have justification for being in this module anyway, but at least got it somewhere archived. More... over 18 years ago
Useful for mock servlet API testing. More... over 18 years ago
Added some explanation of what this is. More... over 18 years ago
Since we're adding more jars to the lib directory, I'm making the classpaths explicit. Hopefully this'll all work. More... over 18 years ago
Added "user" time reporting. This is nice to see whether its CPU or disk/system that's making something slow. More... over 18 years ago
Added 3.8.1 junit back in. Hopefully this is what you were using. More... over 18 years ago
Checked in as a text file, so corrupted. Looks like we need SVN. :) More... over 18 years ago
Refactored the constants into its own class as didn't make sense any long where it was. More... over 18 years ago
First cut at a JMX (java 5) profiling filter. This is pretty neat and works fine as far as I can tell. Need to do some benchmarks to understand the implication of using this. More... over 18 years ago
Rename createReport to report on the reporter object (matches inspector now), and have the reporter object now properly implemented the after and before request stuff that the inspectors want to have. More... over 18 years ago
This is going to a log file, not a web page, so no link to put around the name. More... over 18 years ago
This is going to a log file, not a web page, so want to just print the number as something parseable. More... over 18 years ago
changed depnds on test-compile to compile, no need to package More... over 18 years ago
minor tweaks on testcase tasks More... over 18 years ago
added initial trivial testcase More... over 18 years ago
fixed typo in docs More... over 18 years ago
added for test case fun More... over 18 years ago
added no-frils test runner targets. todo: single class target More... over 18 years ago
Massive refactoring to make the request inspector stuff more extensible. More... over 18 years ago
removed goofy no-op class More... over 18 years ago
added java.io.ByteArrayOuputStream to replace goofy no-op one in package More... over 18 years ago