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

Function usage

lib_acl_cpp/samples/benchmark/wiredtiger/main.cpp:253–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251};
252
253static void usage(const char* procname)
254{
255 printf("usage: %s -h [help]\r\n"
256 " -c threads_count\r\n"
257 " -a action[default: get, add|get|del]\r\n"
258 " -n max_loop\r\n"
259 " -i inter\r\n"
260 , procname);
261}
262
263int main(int argc, char* argv[]) {
264 const char* dbpath = "./db";

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…