# como_samples **Repository Path**: tjopenlab/como_samples ## Basic Information - **Project Name**: como_samples - **Description**: COMO示例程序 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-09 - **Last Updated**: 2024-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # como_samples #### 介绍 COMO示例程序 #### como_samples编译 1、需要como环境 git clone https://gitee.com/tjopenlab/como.git cd como source build/envsetup.sh como_linux_x64(选择对应的环境) build 2、运行buildMe.sh脚本 3、测试 cd tests g++ test_async_efficiency.cpp -o test_async_efficiency ./test_async_efficiency