Skip to content

Instantly share code, notes, and snippets.

@sata
Created December 2, 2015 20:00
Show Gist options
  • Save sata/6606fd8924f01f02f04a to your computer and use it in GitHub Desktop.
Save sata/6606fd8924f01f02f04a to your computer and use it in GitHub Desktop.
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