I did the following: In my script I've 8 measures: A_timer, B_timer, ... H_timer ... begin MeasureStart( "A_timer" ); thinktime( 2.0 ); MeasureStop ( "A_timer" ); ... MeasureStart( "H_timer" ); thinktime( 2.0 ); MeasureStop ( "H_timer" ); end TMain; I did a Find Baseline and set it as baseline. Afterwards I did start the Automatic Threshold Generation (either by clicking Set response time thresholds in the Baseline Summary or choosing Project - Set Response Time Thresholds... ) and selected what I am interested in. After clicking OK the Project Attributes got generated. I then opened the Project Attributes Configuration dialog by clicking Project - Project Attributes... I removed the 2 rows: #Measure.CustomTimer.MinBound1 #Measure.CustomTimer.MinBound2 as these are the default values for all custom timers: In the value column I searched for the measures I am not interested in. In this example I decided to ignore C_timer and E_timer and changed the name of the measure to a values which does not exist, e.g. ignore_me_01 and ignore_me_02: That's it Cheers, Thomas
↧