7d475c7bf05e
Beefier lines
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 16 Dec 2016 23:41:53 -0500 |
parents | c62d7dfcaed7 |
children | 363d33f1b089 |
branches/tags | (none) |
files | losh.lisp |
Changes
--- a/losh.lisp Fri Dec 16 15:35:58 2016 -0500 +++ b/losh.lisp Fri Dec 16 23:41:53 2016 -0500 @@ -180,7 +180,7 @@ "gnuplot" `("-e" "set terminal png" "-e" ,(format nil "set output '~A'" filename) - "-e" "plot '-' using 1:2 title 'DATA' with linespoints") + "-e" "plot '-' using 1:2 title 'DATA' with lines linewidth 2") :input :stream :output nil)) (in (uiop/package:symbol-call @@ -1733,8 +1733,8 @@ (mapcar #'string-upcase <>) (mapc #'sb-sprof::profile-call-counts <>)) (sb-sprof::start-profiling :max-samples 50000 - ; :mode :cpu - :mode :time + :mode :cpu + ; :mode :time :sample-interval 0.01 :threads :all))