Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSVExporter ¶
type CSVExporter struct{}
CSVExporter converts source line timing data to CSV format
func (*CSVExporter) Export ¶
func (e *CSVExporter) Export(w io.Writer, lines []*models.SourceLine, unit string) error
Export writes the source line data to a CSV writer. unit specifies the time unit for output (e.g., "s", "ms", "us", "ns"). Empty string uses default format.
Click to show internal directories.
Click to hide internal directories.