Using DTrace to figure out what calls cost — Due to heroic efforts by Steve Vinoski, Rickard Green, and Sverker Eriksson, we have an (experimental) so-called dirty-scheduler (DS) NIF API in the Erlang runtime, which has been somewhat stable since release 17.3. What is a NIF? It is a Natively-Implemented-Function, which is a shorthand for replacing Erlang code with…