Skip to content

Instantly share code, notes, and snippets.

@froggey
Created February 17, 2017 13:43
Show Gist options
  • Save froggey/076157cc22732660f2da1d2488abf3fc to your computer and use it in GitHub Desktop.
Save froggey/076157cc22732660f2da1d2488abf3fc to your computer and use it in GitHub Desktop.
(with-open-file (stream "LOCAL:>Desktop.jpeg" :element-type '(unsigned-byte 8))
(sys.int::gc)
(mezzano.profiler:with-profiling (:path "profile.log" :thread t :buffer-size (* 1024 1024) :repeat 10)
(file-position stream 0)
(jpeg:decode-stream stream :cached-source-p t))
nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment