Output formats for gtp-measure
.
Output for a single file, contains a sequence of lines:
DATA
...
Where DATA
is one of the following:
(TIME-STR ...)
eachTIME-STR
reports CPU time, real time, and gc timetimeout N
whereN
is a natural number; seekey:time-limit
in docsERR-STR
a Racket runtime error message
Output for a mixed-typed program, contains a sequence of lines:
(CONFIG-STR FILE-DATA)
...
where CONFIG-STR
is the name of a typed/untyped configuration
and FILE-DATA
is a result for a single file (see above)