hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

add dynamic syntax log and monitor

Open huzhiguang opened this issue 7 years ago • 0 comments

(1)add eval and create_function compile num monitor (call check-health command),monitor name is EvaledUnits(eval num) and CreateFuncs(create_function num) in check-health command (2)add option Eval.EnableDynamicFuncWarn (default is False),print warning log use eval and create_function call compile code will print warning log when option set Eval.EnableDynamicFuncWarn is True

Add monitoring and logging, mainly to avoid performance loss.

huzhiguang avatar Aug 03 '17 15:08 huzhiguang