Inc increments the counter by 1. Use Add to increment it by arbitrary non-negative values.
()
| 39 | // Inc increments the counter by 1. Use Add to increment it by arbitrary |
| 40 | // non-negative values. |
| 41 | Inc() |
| 42 | // Add adds the given value to the counter. It panics if the value is < |
| 43 | // 0. |
| 44 | Add(float64) |
no outgoing calls