Open shivenmian opened 2 years ago
@bhaskarGyan ?
@shivenmian , it is the internal tool in my company which I was using, basically, it is taking periodic data from adb dumpsys
and segregate into native memory and JS memory consumption
@bhaskarGyan Thanks a lot! Quick follow up: from adb dumpsys
, are you using the Private Other
memory as JS memory? I have written a tool myself and this is what I am using, but I am not sure if there is a better metric of JS memory in adb
or some other tool. Any pointers?
@bhaskarGyan thanks for this work! Just wondering - what tool did you use for actually profiling the memory and get the graphs? The repo doesn't seem to have any of the profiling code.