projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff1e90
)
Changed timing label
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 9 Oct 2024 09:29:17 +0000
(11:29 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 9 Oct 2024 09:29:17 +0000
(11:29 +0200)
src/ulas.c
patch
|
blob
|
history
diff --git
a/src/ulas.c
b/src/ulas.c
index de11a36a53361f86e60d54f9b198051dc1728f13..4cca8619631ea23ee58de4b5f00c511b1bfbc7ef 100644
(file)
--- a/
src/ulas.c
+++ b/
src/ulas.c
@@
-267,8
+267,8
@@
cleanup:
long long total_endusec = ulas_timeusec();
if (ulascfg.verbose) {
- fprintf(ulaserr, "[Completed in %lld m
icrosecond
s]\n",
-
total_endusec - total_startusec
);
+ fprintf(ulaserr, "[Completed in %lld ms]\n",
+
(total_endusec - total_startusec) / 1000
);
}
return rc;