UNPKG

voluptasmollitia

Version:
26 lines (15 loc) 735 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/performance](./performance.md) &gt; [trace](./performance.trace.md) ## trace() function Returns a new `PerformanceTrace` instance. <b>Signature:</b> ```typescript export declare function trace(performance: FirebasePerformance, name: string): PerformanceTrace; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | performance | [FirebasePerformance](./performance.firebaseperformance.md) | The <code>FirebasePerformance</code> instance to use. | | name | string | The name of the trace. | <b>Returns:</b> [PerformanceTrace](./performance.performancetrace.md)