Skip to content

Commit

Permalink
add temporary debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jan 31, 2022
1 parent aa599df commit 15db02f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ if buildAll || hasArg libcudf; then

# Record build times
if [[ "$BUILD_REPORT_METRICS" == "ON" && -f "${LIB_BUILD_DIR}/.ninja_log" ]]; then
set -x
echo "Formatting build metrics"
python ${REPODIR}/cpp/scripts/sort_ninja_log.py ${LIB_BUILD_DIR}/.ninja_log --fmt xml > ${LIB_BUILD_DIR}/ninja_log.xml
MSG="<p>"
Expand All @@ -229,6 +230,7 @@ if buildAll || hasArg libcudf; then
echo "$MSG"
python ${REPODIR}/cpp/scripts/sort_ninja_log.py ${LIB_BUILD_DIR}/.ninja_log --fmt html --msg "$MSG" > ${LIB_BUILD_DIR}/ninja_log.html
fi
set +x

if [[ ${INSTALL_TARGET} != "" ]]; then
cmake --build . -j${PARALLEL_LEVEL} --target install ${VERBOSE_FLAG}
Expand Down

0 comments on commit 15db02f

Please sign in to comment.