1bench::out::csv(n) Benchmarking/Performance tools bench::out::csv(n)
2
3
4
5______________________________________________________________________________
6
8 bench::out::csv - bench::out::csv - Formatting benchmark results as CSV
9
11 package require Tcl 8.2
12
13 package require bench::out::csv ?0.1.2?
14
15 ::bench::out::csv bench_result
16
17______________________________________________________________________________
18
20 This package provides commands for fomatting of benchmark results into
21 a CSV table importable by spread sheets.
22
23 A reader interested in the generation or processing of such results
24 should go and read bench - Processing benchmark suites instead.
25
26 If the bench language itself is the actual interest please start with
27 the bench language introduction and then proceed from there to the for‐
28 mal bench language specification.
29
31 ::bench::out::csv bench_result
32 This command formats the specified benchmark result for output
33 to a file, socket, etc. This specific command generates CSV data
34 importable by spread sheets.
35
36 For other formatting styles see the packages bench and
37 bench::out::text which provide commands to format benchmark
38 results in raw form, or for human consumption, respectively.
39
41 This document, and the package it describes, will undoubtedly contain
42 bugs and other problems. Please report such in the category bench of
43 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
44 also report any ideas for enhancements you may have for either package
45 and/or documentation.
46
47 When proposing code changes, please provide unified diffs, i.e the out‐
48 put of diff -u.
49
50 Note further that attachments are strongly preferred over inlined
51 patches. Attachments can be made by going to the Edit form of the
52 ticket immediately after its creation, and then using the left-most
53 button in the secondary navigation bar.
54
56 bench, bench::out::text
57
59 benchmark, csv, formatting, performance, testing
60
62 Benchmark tools
63
65 Copyright (c) 2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>
66
67
68
69
70tcllib 0.1.2 bench::out::csv(n)