Evm_node_lib_dev.Metricsval get_metrics : unit -> metrics_body Lwt.tmodule Metrics_server : sig ... endmodule Tx_pool : sig ... endval init :
mode:string ->
?tx_pool_size_info:
(unit -> Tx_pool.size_info Tezos_base.TzPervasives.tzresult Lwt.t) ->
smart_rollup_address:Tezos_crypto.Hashed.Smart_rollup_address.t ->
unit ->
unitinc_time_waiting dt registers that a caller had to wait dt seconds in the queue before its WASM execution could start.
set_simulation_queue_size s registers that the queue of WASM execution.
inc_confirm_gas_needed () registers that it was necessary to simulate gas one more time, because the previous simulation did not return enough gas.
val record_blueprint_chunks_sent_on_dal :
Sequencer_blueprint.chunked_blueprint ->
unitval record_blueprint_chunks_sent_on_inbox : Blueprint_types.chunk list -> unitmodule Rpc : sig ... endmodule type PERFORMANCE = sig ... endval performance_metrics : (module PERFORMANCE) Stdlib.Lazy.t