This commit is contained in:
Zengtudor 2024-09-18 17:58:23 +08:00
parent d685a92560
commit fc5c9e0fa0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public:
~Spent(){
const auto end = std::chrono::system_clock::now();
const auto dur = std::chrono::duration_cast<std::chrono::milliseconds> (end-start);
zt::print("[",name,"]"," Stop timing , using ", dur);
zt::print("[",name,"]"," Stop timing , using ", dur,"\n");
}
};