Skip to content
Snippets Groups Projects

Time all steps for single benchmark

Merged Wouter Deconinck requested to merge single-time-all-steps into master
3 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
source $(dirname $0)/common.sh $*
source $(dirname $0)/common.sh $*
# Analyze
# Analyze
 
/usr/bin/time -v \
root -l -b -q "benchmarks/single/analysis/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
root -l -b -q "benchmarks/single/analysis/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
echo "ERROR analysis failed"
Loading