标签: 代码片段
-
主要函数是
timespec_get
,可参考https://zh.cppreference.com/w/c/chrono/timespec_get。 -
获取程序占用的内存量,是一个诡异的需求。但程序写多了,有时候还真需要,尤其是代码运行出现问题的时候。
-
一个短小、高效的 C++函数,用来判断指定日期是星期几:
timespec_get
,可参考https://zh.cppreference.com/w/c/chrono/timespec_get。