Skip to content

Commit 5666a63

Browse files
committed
Doc
1 parent e9cb5a5 commit 5666a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/linux_proc_stat.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
%%% API
2222

23+
% @doc Get CPU usage ratios.
2324
-spec cpu_ratios() -> {ok, map()} | {error, term()}.
2425
cpu_ratios() ->
2526
gen_server:call(?SERVER, cpu_ratios, ?CALL_TIMEOUT).

0 commit comments

Comments
 (0)