Cougaar Memory Profiler is a tool for debugging memory usage and leaks in Java applications. It features a scalable 100% Java design that is lighter weight than existing JVMPI-based Java profiling tools (hprof, OptimizeIt, JProbe, etc), making it ideal for large-scale application memory profiling. The profiler uses automated BCEL-based bytecode modification, tables of WeakReferences, and servlet-based UIs.
| Tags | Software Development Debuggers |
|---|---|
| Implementation | Java |