Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
cl-bench
Commits
cfcb011e
Commit
cfcb011e
authored
May 22, 2016
by
Daniel Kochmański
Browse files
generic-bench: return [nil nil] for sys/consed
parent
b8dc0bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
support.lisp
View file @
cfcb011e
...
...
@@ -181,7 +181,7 @@
;; return real user sys consed
(
values
(
coerce
(
/
(
-
after-real
before-real
)
internal-time-units-per-second
)
'float
)
(
coerce
(
/
(
-
after-user
before-user
)
internal-time-units-per-second
)
'float
)
0
0
)))
nil
nil
)))
(
eval-when
(
:load-toplevel
:execute
)
(
unless
(
fboundp
'bench-time
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment