MCPcopy 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
4void
5usage(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
12int cpu_status(struct ff_top_args *top)
13{

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected