MCPcopy Create free account
hub / github.com/facebook/time / StartMeasure

Method StartMeasure

calnex/api/api.go:968–970  ·  view source on GitHub ↗

StartMeasure starts measurement

()

Source from the content-addressed store, hash-verified

966}
967
968// StartMeasure starts measurement
969func (a *API) StartMeasure() error {
970 return a.get(startMeasure)
971}
972
973// StopMeasure stops measurement

Callers 2

TestGetFunction · 0.95
ConfigFunction · 0.95

Calls 1

getMethod · 0.95

Tested by 1

TestGetFunction · 0.76