MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / trace

Function trace

packages/core/profiling/index.ts:326–328  ·  view source on GitHub ↗
(message: string, start: number, end: number)

Source from the content-addressed store, hash-verified

324}
325
326export function trace(message: string, start: number, end: number): void {
327 log(`Timeline: Modules: ${message} (${start}ms. - ${end}ms.)`);
328}

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected