MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / print_help

Method print_help

src/examples/java/time/Time.java:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 static void print_help() {
47 System.out.println("java Time\n" + "\t-help print this screen\n" + "\t-num_trials <num> specify number of trials (default: 10)\n"
48 + "\t-tree_depth <num> specify depth of binary tree (default: 10)\n" + "");
49 }
50
51 static void run_tests() {
52 test_0();

Callers 1

parse_paramsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected