Created
November 19, 2012 19:42
-
-
Save jamesgolick/4113248 to your computer and use it in GitHub Desktop.
This file contains 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 characters
1.9.3p194 :001 > GC::Profiler.enabled? | |
=> false | |
1.9.3p194 :002 > GC::Profiler.enable | |
=> nil | |
1.9.3p194 :003 > GC::Profiler.enabled? | |
=> 0 |
therealadam
commented
Nov 19, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment