[//000000001]: # (bench::out::csv \- Benchmarking/Performance tools) [//000000002]: # (Generated from file 'bench\_wcsv\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2007 Andreas Kupries ) [//000000004]: # (bench::out::csv\(n\) 0\.1\.2 tcllib "Benchmarking/Performance tools")
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
# NAME bench::out::csv \- bench::out::csv \- Formatting benchmark results as CSV # Table Of Contents - [Table Of Contents](#toc) - [Synopsis](#synopsis) - [Description](#section1) - [PUBLIC API](#section2) - [Bugs, Ideas, Feedback](#section3) - [See Also](#seealso) - [Keywords](#keywords) - [Category](#category) - [Copyright](#copyright) # SYNOPSIS package require Tcl 8\.2 package require bench::out::csv ?0\.1\.2? [__::bench::out::csv__ *bench\_result*](#1) # DESCRIPTION This package provides commands for fomatting of benchmark results into a CSV table importable by spread sheets\. A reader interested in the generation or processing of such results should go and read *[bench \- Processing benchmark suites](bench\.md)* instead\. If the bench language itself is the actual interest please start with the *[bench language introduction](bench\_lang\_intro\.md)* and then proceed from there to the formal *[bench language specification](bench\_lang\_spec\.md)*\. # PUBLIC API - __::bench::out::csv__ *bench\_result* This command formats the specified benchmark result for output to a file, socket, etc\. This specific command generates CSV data importable by spread sheets\. For other formatting styles see the packages __[bench](bench\.md)__ and __[bench::out::text](bench\_wtext\.md)__ which provide commands to format benchmark results in raw form, or for human consumption, respectively\. # Bugs, Ideas, Feedback This document, and the package it describes, will undoubtedly contain bugs and other problems\. Please report such in the category *bench* of the [Tcllib Trackers](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas for enhancements you may have for either package and/or documentation\. When proposing code changes, please provide *unified diffs*, i\.e the output of __diff \-u__\. Note further that *attachments* are strongly preferred over inlined patches\. Attachments can be made by going to the __Edit__ form of the ticket immediately after its creation, and then using the left\-most button in the secondary navigation bar\. # SEE ALSO [bench](bench\.md), [bench::out::text](bench\_wtext\.md) # KEYWORDS [benchmark](\.\./\.\./\.\./\.\./index\.md\#benchmark), [csv](\.\./\.\./\.\./\.\./index\.md\#csv), [formatting](\.\./\.\./\.\./\.\./index\.md\#formatting), [performance](\.\./\.\./\.\./\.\./index\.md\#performance), [testing](\.\./\.\./\.\./\.\./index\.md\#testing) # CATEGORY Benchmark tools # COPYRIGHT Copyright © 2007 Andreas Kupries