From: 최종헌/MDE Lab(SR)/삼성전자 Date: Mon, 12 May 2025 00:49:50 +0000 (+0900) Subject: Modfiy measure script (#622) X-Git-Tag: accepted/tizen/unified/20250604.100251~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c40e8639254a37394ab66a6d6d54f1cf7c8fa1f7;p=platform%2Fcore%2Fdotnet%2Flauncher.git Modfiy measure script (#622) --- diff --git a/tests/Performance/measure b/tests/Performance/measure index 5da7d68..b15764e 100755 --- a/tests/Performance/measure +++ b/tests/Performance/measure @@ -90,7 +90,8 @@ def parse_stime(ret, app_id): queued = time_in_millis(lines[-1]) # Get the Launching:done notification. - lines = read_dlogs('LAUNCH', grep=f'{app_id}:Application:Launching:done') +# lines = read_dlogs('LAUNCH', grep=f'{app_id}:Application:Launching:done') + lines = read_dlogs('LAUNCH', grep=f'{app_id}:Application:resume:done') if len(lines) == 0: log(f'Error: parse_stime for app_id={app_id} has failed. Unable to detect the app launch completion.') return