func()

in report/reporter.go [54:56]


func (r *Reporter) IncrSendBytes(bytes int64) {
	atomic.AddInt64(&r.sendBytes, bytes)
}