Skip to content

Commit bbee4ef

Browse files
author
Bobby
committed
fix: profile fix
1 parent b91c7fe commit bbee4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/profiling.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (win) {
7676
);
7777
}
7878
const getMarks = ({ name }) => name.indexOf('@rrf/') === 0;
79-
const getLoads = ({ name }) => name.indexOf('@rrf/') > 0;
79+
const getLoads = ({ name }) => name.indexOf('@rrf.load/') === 0;
8080
const duration = (stats, { duration, name }) => {
8181
if (stats[name]) {
8282
stats[name].push(duration);

0 commit comments

Comments
 (0)