Gas Profiling
Gas Profiling
Using the Gas Profiler
$ cd endless-move/move-examples/hello_blockchain$ endless move publish --named-addresses hello_blockchain=default --profile-gasCompiling, may take a little while to download git dependencies...
INCLUDING DEPENDENCY EndlessFramework
INCLUDING DEPENDENCY EndlessStdlib
INCLUDING DEPENDENCY MoveStdlib
BUILDING Examples
package size 1755 bytes
Simulating transaction locally with the gas profiler...
{
"Result": {
"transaction_hash": "0x26cc23d11070e6756c6b2ae0ea7d3fc4c791b59cf821f268ba0f03eebb487543",
"gas_used": 1039,
"gas_unit_price": 100,
"sender": "dbcbe741d003a7369d87ec8717afb5df425977106497052f96f4e236372f7dd5",
"success": true,
"version": 762354147,
"vm_status": "status EXECUTED of type Execution"
}
}Understanding the Gas Report
Flamegraphs
Cost Break-down
Full Execution Trace
Future Plans
Last updated