search for: memlogger

Displaying 1 result from an estimated 1 matches for "memlogger".

Did you mean: getlogger
2008 Jan 16
2
Memory Leak
...Debian, or Puppet). First step: I''m going to clone the repo, branch Second step: Learn Ruby - shouldn''t be too hard. Third step: Do exactly what bleak_house says! At the start of your app, put: require ''rubygems'' require ''bleak_house'' $memlogger = BleakHouse::Logger.new File.delete($logfile = "/path/to/logfile") rescue nil Now, at the points of interest, put: $memlogger.snapshot($logfile, "tag/subtag", false) Run your app. Once you are done, analyze your data: bleak /path/to/logfile From this, I''m as...