Searched defs:Time (Results 1 – 4 of 4) sorted by relevance
78 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...…
74 Time uint64 `json:"ts"` member
154 func NewClock(startTime time.Time) *Clock {163 func (c *Clock) Time() time.Time { func
170 func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) {