tracex v0.1.0 Tracex.Insights View Source

Module providing insights on project's modules by analyzing traces collected during its compilation

Link to this section Summary

Functions

Returns insights on given module or modules

Link to this section Functions

Link to this function

module(traces, modules)

View Source
module(list(), atom() | [atom()]) :: map()

Returns insights on given module or modules

If you need insights on multiple modules it's faster to pass them as a list to this function instead of calling it for each module separately.