class TestProf::MemoryProf::Tracker::RssTool::PS

def track

def track
  `ps -o rss -p #{$$}`.strip.split.last.to_i * 1024
end