diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
| commit | 14c854543b1a3cf344a371a5b45595657f95786b (patch) | |
| tree | 70f752880522e5e44669af365754ac0f649dce81 /all_pairs/source/ammunition/timeScript | |
| parent | 5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff) | |
add deadlines and costs
Diffstat (limited to 'all_pairs/source/ammunition/timeScript')
| -rw-r--r-- | all_pairs/source/ammunition/timeScript | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/all_pairs/source/ammunition/timeScript b/all_pairs/source/ammunition/timeScript deleted file mode 100644 index 33ba812..0000000 --- a/all_pairs/source/ammunition/timeScript +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | startTime=$(date +%N) | ||
| 3 | echo start time $startTime | ||
| 4 | $1 | ||
| 5 | stopTime=$(date +%N) | ||
| 6 | echo stop time $stopTime | ||
| 7 | totalTime=`expr $stopTime - $startTime` | ||
| 8 | echo total time $totalTime | ||
