@drift-labs/common
Version:
Common functions for Drift
19 lines • 703 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PERFORMANCE_TESTING_LABELS = void 0;
exports.PERFORMANCE_TESTING_LABELS = {
totalRenders: 'Total Renders',
totalActualDuration: 'Total Render Duration',
min: 'Min Duration',
median: 'Median Duration',
max: 'Max Duration',
p90: '90th Percentile Duration',
mean: 'Mean Duration',
totalDurationMs: 'Total Profiling Duration',
totalDurationSec: 'Total Profiling Duration',
avgRendersPerSec: 'Average Renders Per Second',
avgDurationPerSec: 'Average Render Duration Per Second',
avgFPS: 'Avg FPS',
avgEventLoopLag: 'Avg Event Loop Lag',
};
//# sourceMappingURL=dev.js.map