X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/273a74fa89392c33ef4912036c290ad47e535da6..f377f69fec28013c79db4efe12bbb9d48987fb2c:/src/getargs.c?ds=sidebyside diff --git a/src/getargs.c b/src/getargs.c index bc490a85..9f6aef4a 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -55,8 +55,9 @@ static const char * const trace_args[] = "automaton - contruction of the automaton", "bitsets - use of bitsets", "grammar - reading, reducing of the grammar", - "resource - time and memory (where available)", + "resource - memory consumption (where available)", "sets - grammar sets: firsts, nullable etc.", + "time - time consumption", "tools - m4 invocation and preserve the temporary file", "all - all of the above", 0 @@ -70,6 +71,7 @@ static const int trace_types[] = trace_grammar, trace_resource, trace_sets, + trace_time, trace_tools, trace_all };