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

Function usage

cli/cli_info.cpp:50–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48static const char *synopsis = "Print given trace file(s) information in JSON format";
49
50static void
51usage(void)
52{
53 std::cout
54 << "usage: apitrace info [OPTIONS] TRACE_FILE...\n"
55 << synopsis << "\n"
56 "\n"
57 " -h, --help show this help message and exit\n"
58 " --dump-frames dump per frame information\n"
59 "\n"
60 ;
61}
62
63enum {
64 DUMP_FRAMES_OPT = CHAR_MAX + 1,

Callers 1

commandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected