We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633d01b commit 65b9adfCopy full SHA for 65b9adf
1 file changed
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