Changeset 20936 for trunk/Ohana/src/opihi/cmd.basic/test/sprintf.sh
- Timestamp:
- Dec 7, 2008, 3:31:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/test/sprintf.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/test/sprintf.sh
r10311 r20936 35 35 $PASS = 1 36 36 37 if ( $endmem - $startmem > 10)37 if (($endmem - $startmem)/10000 > 1.0) 38 38 $PASS = 0 39 39 echo "growth: {$endmem-$startmem}"
Note:
See TracChangeset
for help on using the changeset viewer.
