Skip to content

Commit

Permalink
feat: improve performance measuring
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Dec 18, 2023
1 parent aaa2324 commit 25ee54f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions solutions/scripts/aem-perf-marks.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* AEM Performance Marks.
* @type {*|{}}
*/
window.PerfMarks = window.PerfMarks || {};

/**
* Create a performance mark.
* @param {string} name The name of the performance mark.
Expand Down

0 comments on commit 25ee54f

Please sign in to comment.