zksync_instrument 31.0.0-non-semver-compat

General-purpose instrumentation for ZKsync
Documentation
1
2
3
4
5
6
7
8
9
# General-Purpose Instrumentation for ZKsync

This library contains shared instrumentation tools used by ZKsync libraries.

Currently, the following tools are included:

- **Allocation monitoring** (`alloc` module). Provides a way to track (de)allocation for specific operations using
  Jemalloc (on the supported platforms).
- **Event filtering** (`filter` module). Efficient filtering of observable events.