File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 424
424
cp -r paddle_inference_install_dir paddle_inference
425
425
tar -czf paddle_inference.tgz paddle_inference
426
426
buildSize=$( du -h --max-depth=0 ${PADDLE_ROOT} /build/paddle_inference.tgz | awk ' {print $1}' )
427
+ soLibSize=$( du -h --max-depth=0 ${PADDLE_ROOT} /build/paddle_inference_install_dir/paddle/lib/libpaddle_inference.so | awk ' {print $1}' )
427
428
echo " Paddle_Inference Size: $buildSize "
429
+ echo " Paddle_Inference Dynamic Library Size: $soLibSize "
428
430
echo " ipipe_log_param_Paddle_Inference_Size: $buildSize " >> ${PADDLE_ROOT} /build/build_summary.txt
431
+ echo " ipipe_log_param_Paddle_Inference_So_Size: $soLibSize " >> ${PADDLE_ROOT} /build/build_summary.txt
429
432
elif [ " $1 " == " paddle_inference_c" ]; then
430
433
cd ${PADDLE_ROOT} /build
431
434
cp -r paddle_inference_c_install_dir paddle_inference_c
You can’t perform that action at this time.
0 commit comments