I'm developing a project in C++ using Netbeans and I just saw this answer which says that the Netbeans profiler for this language was removed from the IDE, unfortunately. Is there any other thing that I can use to search for bottlenecks in my code on netbeans? Maybe in the IDE itself or maybe some plugin... Anything that helps me to measure the time consumed by the procedures, etc. Thanks in advance.
Asked
Active
Viewed 1,421 times
1
-
1Independent of Netbeans: http://softwarerecs.stackexchange.com/a/23512/101 – Ira Baxter May 30 '16 at 01:57
-
Thanks, but it's not available to linux – Fnr May 30 '16 at 23:23
-
[*Try this.*](http://stackoverflow.com/a/378024/23771) There's a video [*here*](https://www.youtube.com/watch?v=xPg3sRpdW1U). – Mike Dunlavey May 31 '16 at 01:23
-
@Fabiotk: The instrumenter/display part of the tool runs fine under Wine on Linux; works with GCC4/5. Your instrumented code runs under Linux as you expect. – Ira Baxter May 31 '16 at 02:46