show statistics summary of ccache (#24125)

test=develop
revert-22778-infer_var_type
Tao Luo 5 years ago committed by GitHub
parent 79eaac55ba
commit 34b4153e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -253,6 +253,8 @@ EOF
function cmake_gen() {
mkdir -p ${PADDLE_ROOT}/build
cd ${PADDLE_ROOT}/build
# show statistics summary of ccache
ccache -s cache directory
cmake_base $1
}

Loading…
Cancel
Save