General-Purpose Instrumentation for ZKsync
This library contains shared instrumentation tools used by ZKsync libraries.
Currently, the following tools are included:
- Allocation monitoring (
allocmodule). Provides a way to track (de)allocation for specific operations using Jemalloc (on the supported platforms). - Event filtering (
filtermodule). Efficient filtering of observable events.