MCPcopy Index your code
hub / github.com/kopia/kopia / StartTimer

Function StartTimer

internal/timetrack/timer.go:19–21  ·  view source on GitHub ↗

StartTimer starts the timer.

()

Source from the content-addressed store, hash-verified

17
18// StartTimer starts the timer.
19func StartTimer() Timer {
20 return Timer{time.Now()} //nolint:forbidigo
21}

Callers 15

initialScanMethod · 0.92
RoundTripMethod · 0.92
GetBlobMethod · 0.92
GetCapacityMethod · 0.92
GetMetadataMethod · 0.92
PutBlobMethod · 0.92
DeleteBlobMethod · 0.92
ListBlobsMethod · 0.92
CloseMethod · 0.92
FlushCachesMethod · 0.92

Calls 1

NowMethod · 0.80