update
This commit is contained in:
parent
9bdfd1c731
commit
ed44a375b2
@ -29,6 +29,8 @@ xmake project -k vsxmake
|
||||
> 什么环境下性能最好?
|
||||
|
||||
> 经过测试,在windows环境下,前端使用mingw,后端使用llvm,也就是clang的时候性能最好
|
||||
>
|
||||
> 可以酌情开启xmake.lua中的avx512加速
|
||||
|
||||
> perf
|
||||
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
~Spent()noexcept{
|
||||
const auto end = std::chrono::system_clock::now();
|
||||
const auto dur = std::chrono::duration_cast<std::chrono::milliseconds> (end-start);
|
||||
zt::print("[Timer: ",name,"]"," Stop timing , using ", dur,"\n");
|
||||
zt::print("[Timer: ",name,"]"," Stop timing , using ", dur.count(),"ms\n");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user