文件名称:bureaucrat:一个有用但平凡的东西的C ++库
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-21 15:22:23
C++
官僚 一个有用但平凡的东西的C ++库 时间流逝 使用chrono库轻松测量C ++可调用对象运行时间的机制。 用法示例: // assuming mandatory include and using declarations are present int main () { vector< int> ar ( 2000000 ); iota ( begin (ar), end (ar), 0 ); // 1. Client just wants a timing result : call execution cout << measure>:: execution ( accumulate< decltype>, begin (ar),