-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins is running on a Windows 2008 R2 server slave machine with 16 processors.
The version of Jenkins CPPCheck I'm currently using is 1.0.0
CPPcheck is running way too slow(both via Jenkins job and when run from command line directly) and hasn't completed after 8 days now. There are 2500 files in total and it has just gotten to 30% of the files after 8 days now.
Here is the command I'm using:
"c:/ci-scripts/util/cppcheck" --enable=all --force --verbose --xml --xml-version=2 . 2> cppcheck.xml
The other jobs that run similar cppchecks for a fewer number of files such as 150 seem to complete in 30-40 minutes. I was assuming that 2500 files would complete in roughly 5-6 hours.
Are there any options to expedite the cppcheck process? Please let me know.