pub fn write_traces_csv(writer: &mut impl Write) -> Result<()>Expand description
Writes the current thread’s array of traces in the format:
tag,start_rdtsc,stop_rdtsc,stop_minus_start\n
Stops writing once it encounters a stop_rdtsc of zero, assuming that’s an unused portion of the array