MCPcopy Create free account
hub / github.com/VKCOM/nocc / AddTiming

Method AddTiming

internal/client/invocation-summary.go:36–38  ·  view source on GitHub ↗
(nameOfDoneStep string)

Source from the content-addressed store, hash-verified

34}
35
36func (s *InvocationSummary) AddTiming(nameOfDoneStep string) {
37 s.timings = append(s.timings, invocationTimingItem{nameOfDoneStep, time.Now()})
38}
39
40// ToLogString outputs InvocationSummary in a human-readable and easily parseable string
41// that is appended to a specified log file.

Callers 1

CompileCppRemotelyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected