statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
162 stars 14 forks source link

Profile (find hotspots) #115

Open wisnesky opened 5 years ago

wisnesky commented 5 years ago

On some examples I see a 'printing lag' before evaluation, meaning it's probably time to profile the code and look for hotspots. I've never done that in Haskell before.