We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6317b17 + 16d04c8 commit 9a0d6e8Copy full SHA for 9a0d6e8
utils/build-script-impl
@@ -3115,6 +3115,8 @@ for host in "${ALL_HOSTS[@]}"; do
3115
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --threads=$(sysctl hw.physicalcpu | awk '{ print $2 }')"
3116
fi
3117
3118
+ # Record the times test took and report the slowest.
3119
+ LLVM_LIT_ARGS="${LLVM_LIT_ARGS} -v --time-tests"
3120
if [[ "$using_xcodebuild" == "FALSE" ]] ; then
3121
with_pushd ${lldb_build_dir} \
3122
call ${NINJA_BIN} unittests/LLDBUnitTests
0 commit comments