Mchr3k - InMemProfiler

Release Notes

Release 6 (27/01/2012)

  • Improve output to include percentages
  • Add control console
  • Add #noblame and #detailedtrace

Release 5 (27/02/2011)

  • Track objects #largerthan a particular size

Release 4 (28/08/2010)

  • Track allocation sites
  • Identify significant stackframe classes

Release 3 (16/08/2010)

  • Fix bug which tracked allocations made when producing output from a call to Profiler.outputData()

Release 2 (13/08/2010)

  • Fix bug in argument parsing
  • Add JSP control pages
  • Add #exactmatch argument

Release 1 (07/08/2010)

  • Initial release
  • Exclusion prefixes
  • Single line of output when the agent starts up
  • Reduce memory overheads � store classname and creation time in weakref subclass, still need a single map
  • Add programmatic API for begin, writeoutput and reset
  • Use agent to instrument all array allocations at point of allocation