diff options
Diffstat (limited to 'H38.hs')
-rw-r--r-- | H38.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +-- Measure performance with GHC +-- https://wiki.haskell.org/Performance/GHC#Measuring_performance + +-- In ghci :set +s will output the time consumption for every command |