Bug fixed for performance_test 98/126898/1
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 25 Apr 2017 08:26:05 +0000 (17:26 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 25 Apr 2017 08:26:20 +0000 (17:26 +0900)
Change-Id: I7e3e42defbd9cf25da8d605c2d8dc8cc75267a18

tools/performance_test.sh

index 37b7950..43b7962 100755 (executable)
@@ -145,7 +145,7 @@ execute_time_stamp_auto_memory ()
     echo "[>] Start performance test that applciation launching memory"
     echo ""
     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 &
@@ -202,7 +202,7 @@ execute_time_stamp_manual_memory ()
     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 &