0

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?

ManiAm
  • 1,759
  • 5
  • 24
  • 43

1 Answers1

0

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.

Christoph Sommer
  • 6,893
  • 1
  • 17
  • 35