# Packages
Package buffer provides a high-performant lock free implementation of a circular buffer used by the profiling code.
# Variables
StreamStats is a CircularBuffer containing data from the last N RPC calls served, where N is set by the user.