Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ MarkRunStop
Method
MarkRunStop
src/go/plugin/framework/tickstate/tracker.go:59–63 ·
view source on GitHub ↗
MarkRunStop records run completion time.
(now time.Time)
Source
from the content-addressed store, hash-verified
57
58
// MarkRunStop records run completion time.
59
func
(t *SkipTracker) MarkRunStop(now time.Time) {
60
t.mu.Lock()
61
t.runStopped = now
62
t.mu.Unlock()
63
}
Callers
4
TestSkipTrackerScenarios
Function · 0.95
Start
Method · 0.80
Start
Method · 0.80
Start
Method · 0.80
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
1
TestSkipTrackerScenarios
Function · 0.76