You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title = "A Beginner's Guide To Analysing Haskell Application Performance"
3
+
date = 2024-11-27
4
+
[taxonomies]
5
+
authors = ["Hécate"]
6
+
categories = ["Cabal"]
7
+
tags = ["Performance", "Profiling"]
8
+
+++
9
+
10
+
The Cabal manual now has a guide on how to analyse the performance of Haskell applications.
11
+
12
+
<!-- more -->
13
+
14
+
This guide was contributed very generously by Malte Neuss. It describes the various options you can set in your `cabal.project` file in order to get a time or space profile of your application.
15
+
16
+
As you read through it, you will be pointed to other resources like the [Profiling section of the GHC Users Guide][GHC] and the [Haskell Optimization Handbook][HsOpt].
17
+
It is the recommended entry point for newcomers into the world of Haskell performance analysis.
18
+
19
+
Read it at: <https://cabal.readthedocs.io/en/latest/how-to-analyze-haskell-code-performance.html>
0 commit comments