Skip to content

Commit

Permalink
feat: expose performance measures
Browse files Browse the repository at this point in the history
ref #7570
  • Loading branch information
yyx990803 committed Jan 15, 2019
1 parent c5c354d commit 9ae80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (process.env.NODE_ENV !== 'production') {
perf.measure(name, startTag, endTag)
perf.clearMarks(startTag)
perf.clearMarks(endTag)
perf.clearMeasures(name)
// perf.clearMeasures(name)
}
}
}

0 comments on commit 9ae80ac

Please sign in to comment.