Add cpu time
[urcu.git] / runtests.sh
CommitLineData
5a4dc6a8
MD
1#!/bin/sh
2
b4fde1d4 3for a in test_urcu test_urcu_mb test_qsbr test_rwlock test_perthreadlock \
bdbcf417 4 test_mutex; do
80f79929 5 echo "./${a} $*" | tee -a runall.detail.log
6 /usr/bin/time --append --output runall.detail.log ./${a} $*
5a4dc6a8 7done
4bad7d45 8
This page took 0.022157 seconds and 4 git commands to generate.