# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1481949713 18000
# Node ID 7d475c7bf05e8ba2cc255d6fb0c930be096ddf80
# Parent  c62d7dfcaed7ea6058659482f49589120310d0cd
Beefier lines

diff -r c62d7dfcaed7 -r 7d475c7bf05e losh.lisp
--- 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))