MCPcopy Create free account
hub / github.com/acl-dev/acl / usage

Function usage

lib_acl_cpp/samples/benchmark/client/main.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static void usage(const char* procname)
113{
114 printf("usage: %s -h [help]\r\n"
115 "\t-s server_addr[127.0.0.1:8888]\r\n"
116 "\t-n max_loop[10]\r\n"
117 "\t-p [separate read/write]\r\n"
118 "\t-l package_length[100]\r\n", procname);
119}
120
121int main(int argc, char* argv[])
122{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…