shff / macmem

Tells how much memory your Ruby process is using on a Mac computer. I did it 50% because I needed to call `proc_pidinfo` from inside Ruby, and 50% to learn how to make gems that included C code. Turns out it is easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Tells how much memory your Ruby process is using on a Mac computer. I did it 50% because I needed to call `proc_pidinfo` from inside Ruby, and 50% to learn how to make gems that included C code. Turns out it is easy.


Languages

Language:Ruby 61.1%Language:C 38.9%