summaryrefslogtreecommitdiff
path: root/H38.hs
diff options
context:
space:
mode:
Diffstat (limited to 'H38.hs')
-rw-r--r--H38.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/H38.hs b/H38.hs
new file mode 100644
index 0000000..312ef8a
--- /dev/null
+++ b/H38.hs
@@ -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