提交 aceee88c 编写于 作者: W Wesley Wiser

Add units to times

上级 177776d5
......@@ -92,7 +92,7 @@ fn print(&self, lock: &mut StdoutLock) {
($name:tt, $rustic_name:ident) => {
writeln!(
lock,
"{0: <15} \t\t {1: <15}",
"{0: <15} \t\t {1: <15}ms",
$name,
self.times.$rustic_name / 1_000_000
).unwrap();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册