Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   STATS /show /profile /timer /evals

DESCRIPTION

Provides status and statistics information about the interpreter.

STATS is a native value.

REFINEMENTS

  • /show -- Print formatted results to console
  • /profile -- Returns profiler object
  • /timer -- High resolution time difference from start
  • /evals -- Number of values evaluated by interpreter

#SOURCE

stats: make native! [  [
    {Provides status and statistics information about the interpreter.}
    /show "Print formatted results to console"
    /profile "Returns profiler object"
    /timer "High resolution time difference from start"
    /evals "Number of values evaluated by interpreter"
] ]

Clone this wiki locally