You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds the basic metrics to netcheck. There's probably room for
more.
Also updates the macros to be a bit more ergonomic:
- Allow optional trailing comma on the last item in the metrics
definition.
- When using metrics start a new scope for the compiler so that we can
use it anywhere, e.g. also in match statements where the expression
is followed with a , rather than a ;.
Closes#927
This adds the basic metrics to netcheck. There's probably room for
more.
Also updates the macros to be a bit more ergonomic:
- Allow optional trailing comma on the last item in the metrics
definition.
- When using metrics start a new scope for the compiler so that we can
use it anywhere, e.g. also in match statements where the expression
is followed with a , rather than a ;.
Closes#927
No description provided.
The text was updated successfully, but these errors were encountered: