MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / SetLoadTime

Method SetLoadTime

pkg/controller/rtctrl/runtimeinfo.go:68–71  ·  view source on GitHub ↗
(pre, post int64)

Source from the content-addressed store, hash-verified

66}
67
68func (info *RuntimeInfo) SetLoadTime(pre, post int64) {
69 info.PreLoadTimeMS = pre
70 info.PostLoadTimeMS = post
71}
72
73func (info *RuntimeInfo) SetInitTime(pre, post int64) {
74 info.PreInitTimeMS = pre

Callers 1

TestRuntimeInfoFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRuntimeInfoFunction · 0.76