Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ start
Method
start
packages/core/fps-meter/fps-native.ios.ts:43–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public start() {
44
if
(this.running) {
45
return
;
46
}
47
48
this.running = true;
49
this.displayLink.paused = false;
50
}
51
52
public stop() {
53
if
(!this.running) {
Callers
10
test_requestAnimationFrame_callbackCalledInCurrentFrame
Function · 0.95
test_requestAnimationFrame_nextCallbackCalledInNextFrame
Function · 0.95
test_requestAnimationFrame_shouldBeCancelled
Function · 0.95
start
Function · 0.45
requestAnimationFrame
Function · 0.45
getRootForVue
Function · 0.45
onTransitionEnd
Method · 0.45
test_DummyTestForSnippetOnly0
Function · 0.45
createPage
Function · 0.45
onLoaded
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected