Skip to content

Instantly share code, notes, and snippets.

@ober
Created May 4, 2016 04:24
Show Gist options
  • Save ober/c43ad687c56ef171d3386df7d5af649e to your computer and use it in GitHub Desktop.
Save ober/c43ad687c56ef171d3386df7d5af649e to your computer and use it in GitHub Desktop.
eval-when
#+sbcl
(progn
(eval-when (:compile-toplevel)
(require :sb-sprof))
(sb-sprof:with-profiling (:report :flat) (do-bench)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment