Crates.io | cw-module-size |
lib.rs | cw-module-size |
version | 1.0.0 |
source | src |
created_at | 2022-08-12 10:46:41.266049 |
updated_at | 2022-08-12 10:46:41.266049 |
description | VM bindings to run verify cosmos contracts. |
homepage | |
repository | https://github.com/CosmWasm/cw-tools.git |
max_upload_size | |
id | 643937 |
size | 53,945 |
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