core icon indicating copy to clipboard operation
core copied to clipboard

Add profile option to allow precise timing information

Open stuartc opened this issue 3 years ago • 0 comments

In order to know how long an expression takes to compile and then execute is really useful when testing from external calls (i.e. engine).

As a start I propose we add the ability to log out precise timing information to at least:

  • before & after compile
  • before & after the expression is executed
  • perhaps before & after the state is parsed

stuartc avatar Mar 12 '21 09:03 stuartc