Created
December 2, 2015 20:00
-
-
Save sata/6606fd8924f01f02f04a to your computer and use it in GitHub Desktop.
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 characters
2> timer:tc(fun(A) -> A end, [1]). | |
{12,1} | |
3> timer:tc(fun(A) -> A end, 1). | |
** exception error: undefined function timer:tc/2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment