# reader **Repository Path**: hixs/reader ## Basic Information - **Project Name**: reader - **Description**: 读取时间戳 reader - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-29 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### reader是用于读取逻辑时钟的cpp工具 ### 依赖 | | 版本 | |---------|------------------------------------| | C++17 编译器 | GCC ≥ 9 / Clang ≥ 10 / MSVC ≥ 2019 | | cmake | 3.18 | | CPU | 支持 Invariant TSC | ### 编译 g++ -O2 -std=c++17 -Wall src/ShmLcReader.cpp src/time_source.cpp -I include -o lc_read -lrt ### 运行 ./lc_read **祝您使用愉快!**