Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
(this *tracker) End() {
23
SharedManager.Add(this.label, time.Since(this.startTime).Seconds()*1000)
24
}
25
26
func
(this *tracker) Begin(subLabel string) *tracker {
27
return
Begin(this.label +
":"
+ subLabel)
Callers
15
init
Function · 0.45
Start
Method · 0.45
Upload
Method · 0.45
Upload
Method · 0.45
Start
Method · 0.45
Init
Method · 0.45
ContainsRange
Method · 0.45
initPurgeTicker
Method · 0.45
Run
Function · 0.45
TestNewManager
Function · 0.45
TestTrackers_Add
Function · 0.45
doRoot
Method · 0.45
Calls
1
Add
Method · 0.65
Tested by
2
TestNewManager
Function · 0.36
TestTrackers_Add
Function · 0.36