Manage global reductions delta ourselves
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 27 Sep 2015 21:07:30 +0000 (17:07 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 27 Sep 2015 21:07:30 +0000 (17:07 -0400)
We can get between-calls-delta directly from erlang:statistics(reductions),
but then if some other process also calls it - we'll get incorrect data on
the next call.
Managing deltas ourselves here, will at least reduce the possible callers to
only those with knowledge of our table ID.


No differences found
This page took 0.023813 seconds and 4 git commands to generate.