langhuihui
8a9fffb987
refactor: frame converter and mp4 track improvements
...
- Refactor frame converter implementation
- Update mp4 track to use ICodex
- General refactoring and code improvements
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-28 19:55:37 +08:00
langhuihui
40bc7d4675
feat: add writerBuffer config to tcp
2025-05-27 16:56:01 +08:00
langhuihui
5aa8503aeb
feat: add pull testMode
2025-05-27 10:43:34 +08:00
langhuihui
a38ddd68aa
feat: add tcp dump to docker
2025-05-22 20:34:50 +08:00
godkun
5f1ee80fbc
feat: add cpu api request params
2024-12-28 00:32:21 +08:00
godkun
3ea37046ff
feat(debug): 添加 CPU 分析图功能
...
- 实现了 GetCpuGraph 方法,用于生成 CPU profile 的 dot 图
- 该方法在后台收集 1 秒的 CPU 数据,然后生成对应的 dot 图
- 新增功能使得可以更直观地分析 CPU 使用情况
2024-12-21 23:38:46 +08:00
godkun
b89b90eb40
feat(plugin/debug): 添加 CPU profiling 和阻塞分析功能
...
- 新增 GetCpu 方法获取 CPU profile 数据
- 启用阻塞分析并计算总阻塞时间
- 收集函数调用信息和运行时统计信息
2024-12-21 23:38:46 +08:00
langhuihui
b3a3e37429
feat: add pprof
2024-12-16 20:06:39 +08:00