<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<pre_steps>
<pre_steps>
<!-- stopping applifed commented as it is stopped in the previous set's pre-step
<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<pre_steps>
<pre_steps>
<!-- stopping applifed commented as it is stopped in the previous set's pre-step
<casename="Perf-Test-Command-QML-plain"type="Performance"description="Measure startup time of the qml application without launcher"timeout="500"level="System"insignificant="false">
<casename="Perf-Test-Command-QML-plain"type="Performance"description="Measure startup time of the qml application without launcher"timeout="500"level="System"insignificant="false">
<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<setname="test-applicationGrid"description="Application startup time from application grid"feature="AF DUI Booster for Launcher daemon"requirement="300195">
<pre_steps>
<pre_steps>
<!-- stopping applifed commented as it is stopped in the previous set's pre-step
print_debug("startup delay for count #{i} = #{delay}")
print_debug("startup delay for count #{i} = #{delay}")
end
end
# get the valid indexes for which the average is going to be computed
# get the valid indexes for which the average is going to be computed
valid_indices=find_valid_indices(start_time_list)
valid_indices=find_valid_indices(start_time_list)
# compute the start_time_sum, app_cache_sum, win_cache_sum from the valid indexes
# compute the start_time_sum, app_cache_sum, win_cache_sum from the valid indexes
valid_values=[]
valid_values=[]
valid_indices.eachdo|x|
valid_indices.eachdo|x|
@ -503,7 +496,7 @@ class TC_PerformanceTests < Test::Unit::TestCase
print_debug("Check that MApplicationWindow from cache takes less than #{@options[:winCache]} ms")
print_debug("Check that MApplicationWindow from cache takes less than #{@options[:winCache]} ms")
assert((win_cache_sum/COUNT)<@options[:winCache],"Application: #{@options[:application]} avarage window-cache was slower than #{@options[:winCache]} ms")
assert((win_cache_sum/COUNT)<@options[:winCache],"Application: #{@options[:application]} avarage window-cache was slower than #{@options[:winCache]} ms")