| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
add: 新增 performance_monitor 模块(一):采集器与指标 新增性能监控基础部分,包含: - SelectionPerformanceCollector 性能数据采集器(单例) - PerformanceTimer RAII 计时器 - 性能指标、直方图、计数器、仪表盘、基线、告警 - 修复 ShouldTrigger 告警逻辑反转(!enabled 改为 enabled) - 修复 PerformanceHistogram bucketCount 为 0 时的除零风险 - 加固 EvictOldDataPoints 空容器与下限保护 Co-Authored-By: Claude <noreply@anthropic.com> 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: claude (glm-5.2) <ai@local> Change-Id: Id548e9bbeea102eaf99c2eba46aa534d938e0be7 | 1 个月前 | |
add: 新增 performance_reporter 与 selection_history 头文件 新增模块,包含: - SelectionPerformanceReporter 报告生成器(JSON/CSV/Text 导出、实时监控、基线对比) - SelectionHistoryRecord 历史记录数据结构与构造器/校验器/序列化 - SelectionHistoryManager 历史记录管理器接口与统计/聚合/模式检测 - SelectionHistoryStorage 存储后端(内存/文件)与压缩/备份 Co-Authored-By: Claude <noreply@anthropic.com> 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: claude (glm-5.2) <ai@local> Change-Id: Ic00c4640aba722f78b6de50767cfa0336f0c6c17 | 1 个月前 |