I try to make some DB in Haskell, and I want to find a way to check memory and CPU usage in the program.
I try to search using keywords like "haskell memory usage" or "haskell memory checking", "haskell CPU usage", ..., but there is no answer I want (Memory and CPU checking in haskell program itself).
Is there portable way to get memory and CPU usage in itself, while the program is running?
Please let me know.