Simon Willison’s Weblog

Subscribe

2 items tagged “dominicmitchell”

2009

Heap Dump Analysis. Using jmap to dump the JVM’s memory to disk, then analysing it using the visualvm GUI tool.

# 2nd April 2009, 10:34 am / dominicmitchell, heapdump, java, jvm, memory, profiling, visualvm

2007

jQuery Logging (via) Brilliant four line jQuery plugin that lets you insert Firebug console.log() calls directly in to chains.

# 19th October 2007, 12:52 pm / debugging, dominicmitchell, firebug, javascript, jquery, logging