erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

epl_ets refactoring #67

Closed mkacper closed 6 years ago

mkacper commented 7 years ago

When I started to work on the ets node view I realised that the epl_ets module is quite big and still growing so I've decided to deal with it.

mkacper commented 7 years ago

@michalslaski You are right, I agree with this approach. I think that the functions exported from the epl_ets_viz_map.erl with their implementation are specific for the epl_ets application. The idea is just to keep modules smaller in order to improve redability of the project :)