Modfiy measure script (#622)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Mon, 12 May 2025 00:49:50 +0000 (09:49 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 12 May 2025 00:49:50 +0000 (09:49 +0900)
tests/Performance/measure

index 5da7d68aa197013bde6b96b53f1a45d1befa5a6e..b15764e55d51302eee5b652bbdfd51a5a75e067b 100755 (executable)
@@ -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