Created
April 29, 2019 13:40
Revisions
-
piotrze created this gist
Apr 29, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ def log(message) memory = `ps -o rss -p #{$$}`.chomp.split("\n").last.to_i/1024 puts "#{Time.now} #{memory}M #{message}" end