mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
395 B
12 lines
395 B
define: DUK_OPT_INTERRUPT_COUNTER
|
|
introduced: 1.1.0
|
|
related:
|
|
- DUK_OPT_DEBUGGER_SUPPORT
|
|
tags:
|
|
- execution
|
|
- debugger
|
|
description: >
|
|
Enable the internal bytecode executor periodic interrupt counter.
|
|
The mechanism is used to implement e.g. execution step limit, custom
|
|
profiling, and debugger interaction. Enabling the interrupt counter
|
|
has a small impact on execution performance.
|
|
|