mix holo.compiler.page_ex_fun_sizes (hologram v0.4.0)

View Source

Calculates the JavaScript size of each Elixir function that is included in the specified page module bundle. The results are sorted by size.

Examples

$ mix holo.compiler.page_ex_fun_sizes MyPageModule 

Where MyPageModule is the name of the page module you want to analyze (without the Elixir. prefix).