freertos / Lab-Project-FreeRTOS-POSIX
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 33 files with 2,743 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (523 lines of code)
    • 3 medium size files (785 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (577 lines of code)
    • 25 very small files (858 lines of code)
0% | 19% | 28% | 21% | 31%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
c0% | 26% | 39% | 29% | 4%
h0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
FreeRTOS-Plus-POSIX/source0% | 26% | 39% | 29% | 4%
include/FreeRTOS_POSIX0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include0% | 0% | 0% | 0% | 100%
include/private0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable0% | 0% | 0% | 0% | 100%
include/FreeRTOS_POSIX/sys0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/espressif0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/microchip0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/pc0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/nxp0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/ti0% | 0% | 0% | 0% | 100%
FreeRTOS-Plus-POSIX/include/portable/st0% | 0% | 0% | 0% | 100%
Longest Files (Top 33)
File# lines# units
FreeRTOS_POSIX_mqueue.c
in FreeRTOS-Plus-POSIX/source
523 15
FreeRTOS_POSIX_pthread.c
in FreeRTOS-Plus-POSIX/source
321 19
FreeRTOS_POSIX_utils.c
in FreeRTOS-Plus-POSIX/source
252 9
FreeRTOS_POSIX_pthread_mutex.c
in FreeRTOS-Plus-POSIX/source
212 11
FreeRTOS_POSIX_timer.c
in FreeRTOS-Plus-POSIX/source
194 6
FreeRTOS_POSIX_pthread_cond.c
in FreeRTOS-Plus-POSIX/source
144 8
FreeRTOS_POSIX_semaphore.c
in FreeRTOS-Plus-POSIX/source
120 7
FreeRTOS_POSIX_clock.c
in FreeRTOS-Plus-POSIX/source
119 7
pthread.h
in include/FreeRTOS_POSIX
94 -
iot_doubly_linked_list.h
in include/private
84 -
FreeRTOS_POSIX_portable_default.h
in FreeRTOS-Plus-POSIX/include/portable
78 -
FreeRTOS_POSIX_pthread_barrier.c
in FreeRTOS-Plus-POSIX/source
69 3
FreeRTOS_POSIX_internal.h
in FreeRTOS-Plus-POSIX/include
62 -
types.h
in include/FreeRTOS_POSIX/sys
60 -
time.h
in include/FreeRTOS_POSIX
58 -
errno.h
in include/FreeRTOS_POSIX
47 -
mqueue.h
in include/FreeRTOS_POSIX
44 -
FreeRTOS_POSIX_types.h
in FreeRTOS-Plus-POSIX/include
40 -
utils.h
in include/FreeRTOS_POSIX
33 -
fcntl.h
in include/FreeRTOS_POSIX
28 -
signal.h
in include/FreeRTOS_POSIX
25 -
semaphore.h
in include/FreeRTOS_POSIX
23 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/espressif/esp32_devkitc_esp_wrover_kit
19 -
FreeRTOS_POSIX_sched.c
in FreeRTOS-Plus-POSIX/source
17 3
sched.h
in include/FreeRTOS_POSIX
17 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/microchip/curiosity_pic32mzef
13 -
FreeRTOS_POSIX_unistd.c
in FreeRTOS-Plus-POSIX/source
12 2
unistd.h
in include/FreeRTOS_POSIX
12 -
FreeRTOS_POSIX.h
in FreeRTOS-Plus-POSIX/include
11 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/pc/windows
3 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/nxp/lpc54018iotmodule
3 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/ti/cc3220_launchpad
3 -
FreeRTOS_POSIX_portable.h
in FreeRTOS-Plus-POSIX/include/portable/st/stm32l475_discovery
3 -
Files With Most Units (Top 11)
File# lines# units
FreeRTOS_POSIX_pthread.c
in FreeRTOS-Plus-POSIX/source
321 19
FreeRTOS_POSIX_mqueue.c
in FreeRTOS-Plus-POSIX/source
523 15
FreeRTOS_POSIX_pthread_mutex.c
in FreeRTOS-Plus-POSIX/source
212 11
FreeRTOS_POSIX_utils.c
in FreeRTOS-Plus-POSIX/source
252 9
FreeRTOS_POSIX_pthread_cond.c
in FreeRTOS-Plus-POSIX/source
144 8
FreeRTOS_POSIX_semaphore.c
in FreeRTOS-Plus-POSIX/source
120 7
FreeRTOS_POSIX_clock.c
in FreeRTOS-Plus-POSIX/source
119 7
FreeRTOS_POSIX_timer.c
in FreeRTOS-Plus-POSIX/source
194 6
FreeRTOS_POSIX_pthread_barrier.c
in FreeRTOS-Plus-POSIX/source
69 3
FreeRTOS_POSIX_sched.c
in FreeRTOS-Plus-POSIX/source
17 3
FreeRTOS_POSIX_unistd.c
in FreeRTOS-Plus-POSIX/source
12 2
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 7 long lines.

File# lines# units# long lines
FreeRTOS_POSIX_pthread_cond.c
in FreeRTOS-Plus-POSIX/source
144 8 3
FreeRTOS_POSIX_timer.c
in FreeRTOS-Plus-POSIX/source
194 6 2
FreeRTOS_POSIX_pthread.c
in FreeRTOS-Plus-POSIX/source
321 19 1
iot_doubly_linked_list.h
in include/private
84 - 1