()
| 152 | var performanceNow = hasPerformanceApi ? performance.now.bind(performance) : now; |
| 153 | |
| 154 | function detectPerformanceApi() { |
| 155 | return window$1 && typeof window$1.performance !== "undefined" && typeof window$1.performance.mark === "function" && typeof window$1.performance.measure === "function"; |
| 156 | } |
| 157 | |
| 158 | function measure(comment, startMark, endMark) { |
| 159 |