4
I’m looking for a Java class or bundle to help me analyze the performance of my app. I need information such as: processing time, memory consumption, processor usage ... and so on. I know there are some tools to do this, but I want to incorporate this kind of analysis into my project. Is there any way to do this? Thanks for the help!
Hello, Gilliano. Welcome to [en.so]! You’re wondering about an app mobile, Nterprise, desktop or some other specific type?
– utluiz
Hello! I’m wondering about a desktop app.
– Gilliano Menezes
Is there a reason you don’t want to use the existing tools? Because, in my view, developing something of its own is going to be extremely complicated and laborious, as well as redundant. It can also be too specific. For example, if you want to build something for Windows, you can use native counters (this is an example using C# and Java via JNI) - still your monitoring will be of JVM and not necessarily of your code.
– Luiz Vieira
Hi Luiz! It’s not that I don’t want to try existing tools. I actually want to integrate them into my project, so that the user doesn’t have to leave the environment and run another program, you understand?
– Gilliano Menezes