From c40e8639254a37394ab66a6d6d54f1cf7c8fa1f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=EC=A2=85=ED=97=8C/MDE=20Lab=28SR=29/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 12 May 2025 09:49:50 +0900 Subject: [PATCH] Modfiy measure script (#622) --- tests/Performance/measure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1