class TestProf::MemoryProf::Tracker::RssTool::GetProcess
def command
def command `powershell -Command "Get-Process -Id #{$$} | select WS"` end
def track
def track command.strip.split.last.to_i end
def command `powershell -Command "Get-Process -Id #{$$} | select WS"` end
def track command.strip.split.last.to_i end