module Fog::Storage::Softlayer::Memory
Thanks to @camertron! gist.github.com/camertron/2939093
Constants
- FIXNUM_SIZE
- MemoryInfo
informational output from analysis
- OBJ_OVERHEAD
- REF_SIZE
sizes are a guess, close enough for Mocks
Public Class Methods
analyze(*roots)
click to toggle source
# File lib/fog/softlayer/storage.rb, line 235 def self.analyze(*roots) an = Analyzer.new an.roots = roots an.analyze end