We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ecf80 commit fec1206Copy full SHA for fec1206
packages/core/src/profiler.ts
@@ -27,7 +27,7 @@ export function startMeasuring<T>(label: string): void {
27
28
/**
29
* Function that will stop measuring against the performance API
30
- * Should be used in pair with stopMeasuring
+ * Should be used in pair with startMeasuring
31
*/
32
export function stopMeasuring(label: string): void {
33
if (!enablePerfLogging) {
0 commit comments