const github.com/prometheus/common/model.second
9 uses
github.com/prometheus/common/model (current package)
time.go#L30: second = int64(time.Second / minimumTick)
time.go#L59: return Time(t * second)
time.go#L95: return time.Unix(int64(t)/second, (int64(t)%second)*nanosPerTick)
time.go#L101: return int64(t) / second
time.go#L111: var dotPrecision = int(math.Log10(float64(second)))
time.go#L115: return strconv.FormatFloat(float64(t)/float64(second), 'f', -1, 64)
time.go#L132: *t = Time(v * second)
time.go#L139: v *= second
![]() |
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. |