skip std::chrono:: auto start = steady_clock::now(); // do things auto elasped = steady_clock::now() - start;
確定! 回上一頁