memory profiler needs NOS

I select a snapshot and wait 20 seconds
I close it then re open it, 20 seconds
so there is no caching.
whatever is happening in there
one thing is sure
it need NOS

Hi Laurent,
So far we couldn’t use NativeArrays in there because they, among other things, are int indexed, which is a bit too limited for the amount of data in a snapshot. We’re in the process of integrating a solution for faster reading that comes with the ability to do so async eventually. Saving back some of the processed data into the file is a follow on step once we identified what operations remain too costly after that.

Overall we’ve already had several 10-100x speed improvements on there since the first releases and we’ll keep on improving the performance of the tool.

1 Like