Merge "find dlls in the app directory first for app NI" into tizen accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170320.173522 accepted/tizen/ivi/20170320.065013 accepted/tizen/mobile/20170320.064937 accepted/tizen/tv/20170320.064953 accepted/tizen/unified/20170320.065026 submit/tizen/20170320.013057
authorInhwan Lee <ideal.lee@samsung.com>
Mon, 20 Mar 2017 01:28:03 +0000 (18:28 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 20 Mar 2017 01:28:03 +0000 (18:28 -0700)
tools/performance_test.sh

index 370f425..37b7950 100755 (executable)
@@ -132,7 +132,7 @@ execute_time_stamp_auto ()
     echo ""
 #execute dlogstreamer
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'launch.*app_request_to_launchpad_for_uid.*request.*appid|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE &
@@ -164,7 +164,7 @@ execute_time_stamp_manual ()
     rm $STREAM_LOG_FILE
     touch $STREAM_LOG_FILE
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'launch.*app_request_to_launchpad_for_uid.*request.*appid|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE
@@ -181,7 +181,7 @@ execute_time_stamp_manual_trace ()
     rm $STREAM_LOG_FILE
     touch $STREAM_LOG_FILE
     sdb shell "dlogutil -c"
-    sdb shell "dlogutil -v time AUL APP_CORE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|__show_cb.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
+    sdb shell "dlogutil -v time AUL APP_CORE_UI_BASE|grep -E 'app_request_to_launchpad_for_uid.*[SECURE_LOG].*launch.*request|appcore_ui_base_window_on_show.*[EVENT_TEST][EVENT]'" >> $STREAM_LOG_FILE &
     DLOG_STREAMER_PID=$!
 #execute timestamp
     /bin/bash ./timestamp.sh $STREAM_LOG_FILE $RESULT_LOG_FILE &