module-size -- Spit out estimated size of module code.
Contents
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.
Licence And Copyright
Copyright 2010 Dave O'Neill.
This program is free software; you can redistribute it and/or modify it under the terms of either: the
GNU General Public License as published by the Free Software Foundation; or the Artistic License.
perl v5.36.0 2022-11-20 MODULE-SIZE(1p)
Name
module-size -- Spit out estimated size of module code.
See Also
Memory::Usage,
Synopsis
module-size Some::Module::Name [ Other::Module ]
