Hi!
We use the Cppcheck to analyze C++ code (propertiary so I can't share any examples) and we observe that analyze is very slow.
We tried play with parameters (e.g. threads, quiet, includes) but without significant improvements.
Is it possible to run the Cppcheck in any debug/log mode to see what happens in a background?
Thank you in advance for any help and an avesome tool.
Wojciech
OK, I've found that I can use --showtime that can be helpfull
Log in to post a comment.
Hi!
We use the Cppcheck to analyze C++ code (propertiary so I can't share any examples) and we observe that analyze is very slow.
We tried play with parameters (e.g. threads, quiet, includes) but without significant improvements.
Is it possible to run the Cppcheck in any debug/log mode to see what happens in a background?
Thank you in advance for any help and an avesome tool.
Wojciech
OK, I've found that I can use --showtime that can be helpfull