Home
last modified time | relevance | path

Searched refs:proftime (Results 1 – 2 of 2) sorted by relevance

/external/starlark-go/starlark/
Dprofile.go146 thread.proftime += time.Duration(nanotime() - thread.frameAt(0).spanStart)
147 if thread.proftime < quantum {
152 n := thread.proftime / quantum
153 thread.proftime -= n * quantum
Deval.go61 proftime time.Duration member