We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71f37e commit 7aec544Copy full SHA for 7aec544
lib/iex/lib/iex/helpers.ex
@@ -616,7 +616,7 @@ defmodule IEx.Helpers do
616
IO.puts("#{pad_key(key)}#{min} / #{max} (#{percentage}% used)")
617
end
618
619
- defp get_stat(:ets_count), do: length(:ets.all())
+ defp get_stat(:ets_count), do: :erlang.system_info(:ets_count)
620
defp get_stat(other), do: :erlang.system_info(other)
621
622
defp print_memory(key, memory) do
0 commit comments