UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

5 lines (4 loc) 213 B
export const getPerformanceEntryHash = ( performanceEntry: PerformanceEntry, ): string => `${performanceEntry.entryType}\n${performanceEntry.name}\n${performanceEntry.startTime}\n${performanceEntry.duration}`