(key string, value time.Duration)
| 373 | AddComplex128(key string, value complex128) |
| 374 | AddComplex64(key string, value complex64) |
| 375 | AddDuration(key string, value time.Duration) |
| 376 | AddFloat64(key string, value float64) |
| 377 | AddFloat32(key string, value float32) |
| 378 | AddInt(key string, value int) |
no outgoing calls