increment(by:)

Increment the counter.

Metrics.swift:53
func increment<DataType>(by amount: DataType) where DataType : BinaryInteger

Parameters

amount

Amount to increment by.