
25 May
2018
25 May
'18
7:26 a.m.
Hi, I have a function that takes a while to execute and its output is a list of 1000 numbers. I’ve setup ghci to show timings. So in ghci I run the function, it churns away and then starts display the output list and finally shows the timings. I’m assuming that the execution time includes the time taken to output the result. Is it possible to get the execution time that does not include the time to output the result? Thanks Mike