MCPcopy Create free account
hub / github.com/apitrace/apitrace / usage

Function usage

cli/cli_pickle.cpp:213–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211static const char *synopsis = "Pickle given trace(s) to standard output.";
212
213static void
214usage(void)
215{
216 std::cout
217 << "usage: apitrace pickle [OPTIONS] TRACE_FILE...\n"
218 << synopsis << "\n"
219 "\n"
220 " -h, --help show this help message and exit\n"
221 " -s, --symbolic dump symbolic names\n"
222 " --calls=CALLSET only dump specified calls\n"
223 ;
224}
225
226enum {
227 CALLS_OPT = CHAR_MAX + 1,

Callers 1

commandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected