Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ usage
Function
usage
tools/top/top.c:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"ff_ipc.h"
3
4
void
5
usage(void)
6
{
7
printf(
"Usage:\n"
);
8
printf(
" top [-p <f-stack proc_id>] [-P <max proc_id>] "
9
"[-d <secs>] [-n <num>]\n"
);
10
}
11
12
int cpu_status(struct ff_top_args *top)
13
{
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.50
Tested by
no test coverage detected