MCPcopy Create free account
hub / github.com/dds-bridge/dds / close_debug_files

Method close_debug_files

library/src/system/thread_data.cpp:35–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void 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}

Callers 1

CloseDebugFilesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected