This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 单元测试为基础的性能和功能测试
test 中包含的内容为基准性能测试和最简单的功能测试。主要用于不同平台下耗时统计。
使用方式:
如
./TestAPI_Profile -s ground -d NV12
- 使用了cmdline进行参数解析
- 使用lambda进行参数与测试接口绑定,减少可执行程序个数。
- 内置一个功能较为完整的目标图像仿真模块,可以制作出贴图目标的遮挡、放缩、运动等效果而不需要依赖外部视频或者贴图。
- 根据项目和硬件需要自由增加测试项。
- test项不再执行其他性能测试。