I have an executable program file and I am using SimpleScaler to profile the program. How could I know the program is memory intensive or computation intensive. I got data like " 152k # total size of memory pages allocated "
Note: I know the concept of memory intensive and computation intensive and I could able to say a program is memory intensive or not by seeing the code. But here I am running the binary file only I have no idea about the code.
Thanks