cw-module-size

Crates.iocw-module-size
lib.rscw-module-size
version1.0.0
sourcesrc
created_at2022-08-12 10:46:41.266049
updated_at2022-08-12 10:46:41.266049
descriptionVM bindings to run verify cosmos contracts.
homepage
repositoryhttps://github.com/CosmWasm/cw-tools.git
max_upload_size
id643937
size53,945
Ethan Frey (ethanfrey)

documentation

README

cw-module-size

module_size and module_size.sh

Memory profiling of compiled modules. module_size.sh executes module_size, and uses valgrind's memory profiling tool (massif) to compute the amount of heap memory used by a compiled module.

Install using cargo install cw-module-size

Commit count: 11

cargo fmt