our project is really big. source code size is about 620KLOC in one module. So I want to check which function is the largest in the directory / module? Is there any tool to support it?
SourceMonitor has only "Average expressions for each method", and not maximum operators for each method. Nor does it support it.
Example. This function length is 1.
unsigned short get() { return 1; }
Thank.
The easiest thing I can think of is to make my way through it.
, :
Lazy ++: Is - , , ++ . , lzz , . , .
SourceMeter, CSV, /, ( , ), (, , , ). , / .
, , , , , ( , ) .
, , . , , .cpp. , ( , - /OPT:REF Visual Studio). . , .cpp. : script, objdump (VisualStudio) nm -C (gcc), , , .
/OPT:REF
objdump
nm -C
- cpp. #ifdef #includes . ( , , , ). #ifdef , . , , .
, , , , -. , , , , , , .
CppDepend , Clang, CQLinq , .