mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
调整打印输出
This commit is contained in:
parent
2255ae685a
commit
8a13571312
@ -40,7 +40,7 @@ inline std::string str_of_size(std::size_t sz) noexcept {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline std::string speed_of(std::size_t sz) noexcept {
|
inline std::string speed_of(std::size_t sz) noexcept {
|
||||||
return str_of_size(sz) + " /s";
|
return str_of_size(sz) + "/s";
|
||||||
}
|
}
|
||||||
|
|
||||||
void do_counting() {
|
void do_counting() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user