Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Last active March 19, 2019 05:37
Show Gist options
  • Save kharmabum/a71794953b7a09d5ffedacb569e5e48c to your computer and use it in GitHub Desktop.
Save kharmabum/a71794953b7a09d5ffedacb569e5e48c to your computer and use it in GitHub Desktop.
Loop cloc results

Core.framework

2.5.0 in Core/ on xcode10
› cloc .
     162 text files.
     162 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.80  T=0.26 s (610.0 files/s, 91682.3 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                          155           5384           1819          16848
JSON                             1              0              0             40
Objective C                      2             11             14             35
C/C++ Header                     3             14             24             11
-------------------------------------------------------------------------------
SUM:                           161           5409           1857          16934
-------------------------------------------------------------------------------

Application target

2.5.0 in Loop/ on xcode10
› cloc .
      81 text files.
      79 unique files.
      38 files ignored.

github.com/AlDanial/cloc v 1.80  T=0.14 s (311.1 files/s, 44749.4 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                           40           1374            449           4220
JSON                             2              0              0            122
C/C++ Header                     1              5              7              8
-------------------------------------------------------------------------------
SUM:                            43           1379            456           4350
-------------------------------------------------------------------------------

Nearby.framework

2.5.0 in Nearby/ on xcode10
› cloc .
      13 text files.
      13 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.80  T=0.03 s (389.1 files/s, 41920.7 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                           11            299            103            872
C/C++ Header                     1              6             10              3
-------------------------------------------------------------------------------
SUM:                            12            305            113            875
-------------------------------------------------------------------------------

Orbit.framework (networking clients)

2.5.0 in Orbit/ on xcode10
› cloc .
      12 text files.
      12 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.80  T=0.03 s (360.5 files/s, 35948.2 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                           10            202            102            774
C/C++ Header                     1              6             10              3
-------------------------------------------------------------------------------
SUM:                            11            208            112            777
-------------------------------------------------------------------------------

Stylesheet.framework

2.5.0 in Stylesheet/ on xcode10
› cloc .
      10 text files.
      10 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.80  T=0.03 s (264.8 files/s, 49521.6 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                            9            435            135           1113
-------------------------------------------------------------------------------
SUM:                             9            435            135           1113
-------------------------------------------------------------------------------

UI.framework

2.5.0 in UI/ on xcode10
› cloc .
     268 text files.
     268 unique files.
       1 file ignored.

github.com/AlDanial/cloc v 1.80  T=0.43 s (619.3 files/s, 101133.8 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Swift                          258          10276           2888          29018
Objective C                      4            152            136            790
C/C++ Header                     5             79            124            136
-------------------------------------------------------------------------------
SUM:                           267          10507           3148          29944
-------------------------------------------------------------------------------

Entire project (includes third-party libraries)

› cloc .
   19170 text files.
   10727 unique files.
   11098 files ignored.

github.com/AlDanial/cloc v 1.80  T=25.96 s (311.6 files/s, 56678.3 lines/s)
--------------------------------------------------------------------------------
Language                      files          blank        comment           code
--------------------------------------------------------------------------------
Objective C                    2164          64969          46185         301619
Swift                          1386          40362          33634         139767
C/C++ Header                   2769          50322         115210         130972
JSON                            332           1643              0         112450
HTML                            281          33650             38          90019
C                               192          10011           9669          71098
Objective C++                   158          11265           6898          52184
C++                             122           5415           3150          31457
Markdown                        258          11042              0          30877
XML                              56           1643           2156          29204
Bourne Shell                     96           1033            971           4751
Java                             61           1062           1896           4652
CMake                            13            349            579           2532
JavaScript                       11             57             29           1879
Python                           24            508            685           1804
YAML                             58            163            156           1624
Sass                             13            339              0           1620
Ruby                             22            335            135           1424
Bourne Again Shell               24            283            175           1164
CSS                               9            123             61            999
m4                                2            109             42            898
make                             20            175             42            759
Gradle                            8             49             14            531
Assembly                          4             25            111            214
DOS Batch                         2             48              4            128
Go                                1             10             15             20
Dockerfile                        1              5              2             16
Lisp                              1              0              1              5
ProGuard                          2              4             30              0
--------------------------------------------------------------------------------
SUM:                           8090         234999         221888        1014667
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment