1# This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first 2# argument of analyze.sh. 3# 4# The aim of this file is to define the analysis configuration for <RULESET>. 5# 6# The essential portions of this file are marked with "# NEEDED": 7# they may be adapted of course. 8 9# Enable the desired metrics. 10-enable=MET.HIS.COMF 11-enable=MET.HIS.PATH 12-enable=MET.HIS.GOTO 13-enable=MET.HIS.v_G 14-enable=MET.HIS.CALLING 15-enable=MET.HIS.CALLS 16-enable=MET.HIS.PARAM 17-enable=MET.HIS.STMT 18-enable=MET.HIS.LEVEL 19-enable=MET.HIS.RETURN 20-enable=MET.HIS.VOCF 21-enable=MET.HIS.ap_cg_cycle 22