/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to parse/tools/run-script

  • Committer: Suren A. Chilingaryan
  • Date: 2009-10-09 04:07:13 UTC
  • Revision ID: csa@dside.dyndns.org-20091009040713-mel06whc852tf2xz
XPath expression optimizations, various fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
#DIFF=$(echo "($END - $START - $INIT)*1000" | bc)
84
84
#echo $DIFF
85
85
 
86
 
printf "Execution time: %'u us\n" $DIFF
 
86
printf "Execution time: %'.0f us\n" $DIFF
87
87
 
88
88
 
89
89