Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 509 Bytes

File metadata and controls

18 lines (14 loc) · 509 Bytes

eval_cost()

NAME

eval_cost - returns the evaluation cost remaining

SYNOPSIS

int eval_cost()

DESCRIPTION

eval_cost() returns the number of instructions that can be executed before the driver decides it is in an loop.

Note

This is an alias of set_eval_limit(-1).

SEE ALSO

catch(), error(), throw(), error_handler(), set_eval_limit(), reset_eval_cost()