Skip to content

Commit bdb6df5

Browse files
Update README.md
1 parent e0b933b commit bdb6df5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[![main](https://github.com/flowerinthenight/memx/actions/workflows/main.yml/badge.svg)](https://github.com/flowerinthenight/memx/actions/workflows/main.yml)
22

3-
`memx` returns the calling process' memory usage (internal + shared) in kB. Linux-specific only. It does this by reading [`PSS`](https://en.wikipedia.org/wiki/Proportional_set_size) from `/proc/{pid}/smaps`.
3+
`memx` returns the calling process' memory usage (internal + shared) in kB. Linux-specific only.
4+
5+
It does this by reading [`PSS`](https://en.wikipedia.org/wiki/Proportional_set_size) from `/proc/{pid}/smaps`.

0 commit comments

Comments
 (0)