We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146826 commit d8a25beCopy full SHA for d8a25be
src/goto-instrument/goto_instrument_parse_options.cpp
@@ -1489,6 +1489,8 @@ void goto_instrument_parse_optionst::help()
1489
" --show-natural-loops show natural loop heads\n"
1490
// NOLINTNEXTLINE(whitespace/line_length)
1491
" --list-calls-args list all function calls with their arguments\n"
1492
+ // NOLINTNEXTLINE(whitespace/line_length)
1493
+ " --print-path-lengths print statistics about control-flow graph paths\n"
1494
"\n"
1495
"Safety checks:\n"
1496
" --no-assertions ignore user assertions\n"
0 commit comments