Hi!! I have a project which I have created and I wish to use it to measure the "space complexity" of a given piece of code. The problem is that I have tried GC but it doesnt get me what I want. I have also come across Memory Profiling too, but am not sure whether it will do the job for scripts. The thing is that the project doesnt have much visuals and the memory usage is entirely depended on the script. So I wanted to know if there is anything for my purpose. The sole idea is to check the efficiency of a code in terms of space complexity.
Thanks