We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb5a5 commit 5666a63Copy full SHA for 5666a63
src/linux_proc_stat.erl
@@ -20,6 +20,7 @@
20
21
%%% API
22
23
+% @doc Get CPU usage ratios.
24
-spec cpu_ratios() -> {ok, map()} | {error, term()}.
25
cpu_ratios() ->
26
gen_server:call(?SERVER, cpu_ratios, ?CALL_TIMEOUT).
0 commit comments