MCPcopy Create free account
hub / github.com/NativeScript/firebase / startTrace

Method startTrace

packages/firebase-performance/index.ios.ts:162–166  ·  view source on GitHub ↗
(identifier: string)

Source from the content-addressed store, hash-verified

160 }
161
162 startTrace(identifier: string): Trace {
163 const trace = Trace.fromNative(this.native.traceWithName(identifier));
164 trace.start();
165 return trace;
166 }
167
168 get native() {
169 return this._native;

Callers

nothing calls this directly

Calls 2

startMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected