Skip to content

Commit 9ae80ac

Browse files
committed
feat: expose performance measures
ref #7570
1 parent c5c354d commit 9ae80ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/perf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (process.env.NODE_ENV !== 'production') {
1818
perf.measure(name, startTag, endTag)
1919
perf.clearMarks(startTag)
2020
perf.clearMarks(endTag)
21-
perf.clearMeasures(name)
21+
// perf.clearMeasures(name)
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)