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.
14 lines
410 B
14 lines
410 B
9 years ago
|
define: DUK_USE_INTERRUPT_COUNTER
|
||
|
introduced: 1.1.0
|
||
|
related:
|
||
|
- DUK_USE_DEBUGGER_SUPPORT
|
||
|
default: false
|
||
|
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.
|