Created
February 17, 2017 13:43
-
-
Save froggey/076157cc22732660f2da1d2488abf3fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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