MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / End

Method End

internal/trackers/label.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (this *tracker) End() {
23 SharedManager.Add(this.label, time.Since(this.startTime).Seconds()*1000)
24}
25
26func (this *tracker) Begin(subLabel string) *tracker {
27 return Begin(this.label + ":" + subLabel)

Callers 15

initFunction · 0.45
StartMethod · 0.45
UploadMethod · 0.45
UploadMethod · 0.45
StartMethod · 0.45
InitMethod · 0.45
ContainsRangeMethod · 0.45
initPurgeTickerMethod · 0.45
RunFunction · 0.45
TestNewManagerFunction · 0.45
TestTrackers_AddFunction · 0.45
doRootMethod · 0.45

Calls 1

AddMethod · 0.65

Tested by 2

TestNewManagerFunction · 0.36
TestTrackers_AddFunction · 0.36