| 33 | } |
| 34 | |
| 35 | void ThreadData::close_debug_files() |
| 36 | { |
| 37 | #ifdef DDS_TOP_LEVEL |
| 38 | fileTopLevel.Close(); |
| 39 | #endif |
| 40 | |
| 41 | #ifdef DDS_AB_STATS |
| 42 | fileABstats.Close(); |
| 43 | #endif |
| 44 | |
| 45 | #ifdef DDS_AB_HITS |
| 46 | fileRetrieved.Close(); |
| 47 | fileStored.Close(); |
| 48 | #endif |
| 49 | |
| 50 | #ifdef DDS_TT_STATS |
| 51 | fileTTstats.Close(); |
| 52 | #endif |
| 53 | |
| 54 | #ifdef DDS_TIMING |
| 55 | fileTimerList.Close(); |
| 56 | #endif |
| 57 | |
| 58 | #ifdef DDS_MOVES |
| 59 | fileMoves.Close(); |
| 60 | #endif |
| 61 | } |