How can I check the performance of my OMNET++ application. I am aware of Valgrid, but I am looking for a tool that reports the method execution time and possible bottleneck in my program.
Is it possible to use PERF for performance testing?
OMNeT++ simulations are regular C++ programs. Both Valgrind and Perf will work as expected to investigate which parts of your simulation are taking up the most time.