const github.com/prometheus/common/model.minimumTick
5 uses
github.com/prometheus/common/model (current package)
time.go#L28: minimumTick = time.Millisecond
time.go#L30: second = int64(time.Second / minimumTick)
time.go#L32: nanosPerTick = int64(minimumTick / time.Nanosecond)
time.go#L85: return t + Time(d/minimumTick)
time.go#L90: return time.Duration(t-o) * minimumTick
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |