97 As this is on the hot-path minimal processing is done. The location to be written to is loaded using a technique that minimises cache usage: this might be slightly slower, but attempts to avoid overwriting the entire contents of each cache in the hierarchy.
98 Note that this function is thread-safe & re-entrant safe.
107/// Wrtie the timestamps, if any, to a CSV file.
108/**
109 \param os Write log output to this output stream.
110 \param root Write the timestamps, in CSV format, to a file with the filename root as specified. Unique identifying text will be appended and ".csv" shall be the extension.
115/// Wrtie the timestamps, if any, to the named CSV file.
116/**
117 \param os Write log output to this output stream.
118 \param base_filename Write the timestamps, in CSV format, to a file with the base of the filename as specified, the extension ".csv" will be appended.