{"version":3,"sources":["../../../packages/core/performance/performance-profile-record.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,sBAAsB;IACpE;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB","file":"performance-profile-record.d.ts","sourcesContent":["import { PerformanceProfileData } from './performance-profile-data';\r\n\r\n/**\r\n * Performance profile measurement record.\r\n */\r\nexport interface PerformanceProfileRecord extends PerformanceProfileData {\r\n    /**\r\n     * Primary Key on the database.\r\n     */\r\n    primaryKey?: number;\r\n\r\n    /**\r\n     * Browser session ID.\r\n     */\r\n    sessionId: string;\r\n\r\n    /**\r\n     * Timestamp when it's recorded.\r\n     */\r\n    timestamp: number;\r\n\r\n    /**\r\n     * The module name of this record.\r\n     */\r\n    moduleName: string;\r\n}\r\n"]}