返回值表示当前时间的时间点。 示例运行此代码 #include <iostream> #include <vector> #include <numeric> #include <chrono> volatile int sink; int main() { for (auto size = 1ull; size < 1000000000ull; size *= 100) { // 记录开始时间 auto start = std::chrono::high_resolution_clock::...