Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ time
Method
time
packages/core/console/index.ts:5–7 ·
view source on GitHub ↗
(reportName?: string)
Source
from the content-addressed store, hash-verified
3
*/
4
export
class
Console {
5
public time(reportName?: string): void {
6
// console.time stub
7
}
8
9
public timeEnd(reportName?: string): void {
10
// console.timeEnd stub
Callers
11
pickFile
Function · 0.80
printRunTestStats
Function · 0.80
generateTestFile
Function · 0.80
startLog
Function · 0.80
log
Function · 0.80
runAll
Function · 0.80
test_DummyTestForSnippetOnly1
Function · 0.80
test_setInterval_callbackCalledDuringPeriod
Function · 0.80
test_setInterval_callbackCalledWithExtraArgs
Function · 0.80
test_setInterval_callbackShouldBeCleared
Function · 0.80
pageLoaded
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected