Skip to content

Instantly share code, notes, and snippets.

@lethal-guitar
Last active May 28, 2019 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lethal-guitar/6cc2421fe05aff85be49e228d5b20258 to your computer and use it in GitHub Desktop.
Save lethal-guitar/6cc2421fe05aff85be49e228d5b20258 to your computer and use it in GitHub Desktop.
Rigel LOC
$ cloc --exclude-lang=CMake src/ test/
     276 text files.
     276 unique files.                                          
       6 files ignored.

github.com/AlDanial/cloc v 1.70  T=1.58 s (171.1 files/s, 24712.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                            117           5477           2621          18502
C/C++ Header                   153           2786           2602           6999
-------------------------------------------------------------------------------
SUM:                           270           8263           5223          25501
-------------------------------------------------------------------------------
$ cloc --exclude-lang=CMake src/
     265 text files.
     265 unique files.                                          
       5 files ignored.

github.com/AlDanial/cloc v 1.70  T=1.26 s (205.8 files/s, 28049.8 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                            108           4719           2407          16043
C/C++ Header                   152           2760           2587           6915
-------------------------------------------------------------------------------
SUM:                           260           7479           4994          22958
-------------------------------------------------------------------------------
$ cloc --exclude-lang=CMake test/
      11 text files.
      11 unique files.                              
       1 file ignored.

github.com/AlDanial/cloc v 1.70  T=0.07 s (153.1 files/s, 54428.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C++                              9            758            214           2459
C/C++ Header                     1             26             15             84
-------------------------------------------------------------------------------
SUM:                            10            784            229           2543
-------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment