Crate wasmprof

source ·

Structs§

  • A builder for the profiler. It allows to set the frequency at which the profiler will sample the stack and the weight unit used by the profiler. The profiler will start when the profile method is called.

Enums§

  • A type to represent the weight unit used by the profiler. The profiler can either use the number of nanoseconds spent in each function or the amount of fuel consumed by each function.