01 2019 档案

摘要:#include #include #include int main() { printf("clock ticks per second = %ld\n", sysconf(_SC_CLK_TCK)); return 0; } 阅读全文
posted @ 2019-01-16 18:27 Kjing 阅读(507) 评论(0) 推荐(0)
摘要:http://cenalulu.github.io/linux/all-about-cpu-cache/ 阅读全文
posted @ 2019-01-03 10:29 Kjing