projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84fc5f
)
Modfiy measure script (#622)
author
최종헌/MDE Lab(SR)/삼성전자
<j-h.choi@samsung.com>
Mon, 12 May 2025 00:49:50 +0000
(09:49 +0900)
committer
GitHub Enterprise
<noreply-CODE@samsung.com>
Mon, 12 May 2025 00:49:50 +0000
(09:49 +0900)
tests/Performance/measure
patch
|
blob
|
history
diff --git
a/tests/Performance/measure
b/tests/Performance/measure
index 5da7d68aa197013bde6b96b53f1a45d1befa5a6e..b15764e55d51302eee5b652bbdfd51a5a75e067b 100755
(executable)
--- 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