Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

module-size -- Spit out estimated size of module code.

Description

       Reports the process size after 'use'ing a module.  If more than one module name is provided, the modules
       are included in order, allowing you to compare (for example) the incremental effect of adding other
       modules to an existing application.

Name

       module-size -- Spit out estimated size of module code.

See Also

       Memory::Usage,

Synopsis

           module-size Some::Module::Name [ Other::Module ]

See Also