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

Function usage

gui/main.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23Q_DECLARE_METATYPE(ImageHash);
24
25static void usage(void)
26{
27 qInfo("usage: qapitrace [options] [TRACE] [CALLNO]\n"
28 "Valid options include:\n"
29 " -h, --help Print this help message\n"
30 " -v, --version Print version\n"
31 " --remote-target HOST Replay trace on remote target HOST\n");
32}
33static void version(void)
34{
35 qInfo("qapitrace %s", APITRACE_VERSION);

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected