MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / usage

Function usage

tools/benchmark/node_write_bench.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44static void usage(const char* program) {
45 std::cerr << "Usage: " << program << " [--seconds N] [--preserve-db] [thread_count ...]\n"
46 << "Example: " << program << " --seconds 30 --preserve-db 1 2 4 8\n";
47}
48
49static Config parseArgs(int argc, char** argv) {
50 Config config;

Callers 2

parseArgsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected