MCPcopy 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 */
4export 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

pickFileFunction · 0.80
printRunTestStatsFunction · 0.80
generateTestFileFunction · 0.80
startLogFunction · 0.80
logFunction · 0.80
runAllFunction · 0.80
pageLoadedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected