We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91c7fe commit bbee4efCopy full SHA for bbee4ef
src/utils/profiling.js
@@ -76,7 +76,7 @@ if (win) {
76
);
77
}
78
const getMarks = ({ name }) => name.indexOf('@rrf/') === 0;
79
- const getLoads = ({ name }) => name.indexOf('@rrf/') > 0;
+ const getLoads = ({ name }) => name.indexOf('@rrf.load/') === 0;
80
const duration = (stats, { duration, name }) => {
81
if (stats[name]) {
82
stats[name].push(duration);
0 commit comments