Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
memory3
Browse files
Oct 21, 2025
Remove unused include
· b9b9eb2a
alpou
authored
Oct 20, 2025
b9b9eb2a
Enable link-time optimization
· 94568f4f
alpou
authored
Oct 20, 2025
94568f4f
Oct 03, 2025
Add a license (GPL-v3), see LICENSE
· a9d3002a
alpou
authored
Oct 03, 2025
a9d3002a
Jul 24, 2025
Replace deprecated gettimeofday with clock_gettime
· ac70a735
alpou
authored
Jul 24, 2025
ac70a735
Add benchmark to Makefile
· efa2a6e1
alpou
authored
Jul 24, 2025
efa2a6e1
Jan 11, 2025
Add exec time ratio old/new in benchmark
· b4f4169f
alpou
authored
Jan 10, 2025
b4f4169f
Dec 23, 2024
Add link of the pull request in i3blocks-contrib
· 32fb7811
alpou
authored
Dec 23, 2024
32fb7811
Place test functions in `#ifdef TEST` blocks
· 2fceaf83
alpou
authored
Dec 23, 2024
2fceaf83
Simplify get_meminfo_test with a macro
· d36f8b4a
alpou
authored
Dec 23, 2024
d36f8b4a
Dec 19, 2024
Merge branch 'sigfig'
· 1978d2c2
alpou
authored
Dec 19, 2024
1978d2c2
Add simple benchmark to cmp exec time of old and new human_readable
· 4fd13d0c
alpou
authored
Dec 19, 2024
4fd13d0c
Implement sigfig in human_readable
· cb02a21a
alpou
authored
Dec 19, 2024
cb02a21a
Dec 18, 2024
Simplify human_readable_test
· 63263e41
alpou
authored
Dec 17, 2024
63263e41
Continue get_meminfo_test even if a sub-test fails
· d49aed0e
alpou
authored
Dec 17, 2024
d49aed0e
Add auto-test for human_readable for coming sigfig feature
· 9909f48d
alpou
authored
Dec 17, 2024
9909f48d
Fix typo in prefix symbol (K -> k)
· 7fc6013e
alpou
authored
Dec 17, 2024
7fc6013e
Dec 17, 2024
Merge branch 'main' into sigfig
· 13ec7617
alpou
authored
Dec 17, 2024
13ec7617
Add automated test for get_meminfo
· 57393fd3
alpou
authored
Dec 17, 2024
57393fd3
Dec 16, 2024
Store path to /proc/meminfo in a preproc const
· cd26300a
alpou
authored
Dec 16, 2024
cd26300a
Add part of control for nb of sig figs (outside of human_readable)
· 4f4e4472
alpou
authored
Dec 16, 2024
4f4e4472
Dec 11, 2024
Uniformize help message and variable definition order
· d60e37ef
alpou
authored
Dec 11, 2024
d60e37ef
Update in README
· e3ce529d
alpou
authored
Dec 11, 2024
e3ce529d
Format help message better and fix typos
· 945e7bfd
alpou
authored
Dec 11, 2024
945e7bfd
Show same value as htop by default and add option to mimic procps instead
· 7b189e04
alpou
authored
Dec 11, 2024
7b189e04
Edit README and comment to also credit htop and its original author
· 02eac6c2
alpou
authored
Dec 10, 2024
02eac6c2
Fix get_usage_htop to compute the same values as in htop
· aa7a4b62
alpou
authored
Dec 10, 2024
aa7a4b62
Add forgotten initialization and fix typo in comment
· f9945917
alpou
authored
Dec 10, 2024
f9945917
Simplify human_readable
· 3cf6126a
alpou
authored
Dec 10, 2024
3cf6126a
Add fn to compute the memory the same way as in htop
· 25d39486
alpou
authored
Dec 10, 2024
25d39486
Fix typo in comment
· f2aac05d
alpou
authored
Dec 10, 2024
f2aac05d
Split get_usage in two and add meminfo struct
· 40fe8505
alpou
authored
Dec 10, 2024
40fe8505
Fix default label in help msg and add info in comment
· f4887347
alpou
authored
Dec 10, 2024
f4887347
Remove options that don't exist from help message and getopt
· 3cb4c66e
alpou
authored
Dec 10, 2024
3cb4c66e
Dec 10, 2024
Add undef to remove macro from scope after it's used
· 0ade29a0
alpou
authored
Dec 10, 2024
0ade29a0
Reduce repet. with a macro and increase perf. with a switch in get_usage
· b0af62de
alpou
authored
Dec 10, 2024
b0af62de
Fix empty swap and percentage
· 824aeea4
alpou
authored
Dec 10, 2024
824aeea4
Tell git to ignore the build
· efe8b849
alpou
authored
Dec 10, 2024
efe8b849
Update README
· 24a7f0cb
alpou
authored
Dec 10, 2024
24a7f0cb
Fix small mistakes and initialize variables
· ebbdc565
alpou
authored
Dec 10, 2024
ebbdc565
Finish get_usage
· 86b4f27b
alpou
authored
Dec 10, 2024
86b4f27b
Loading