summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/bench/bench_wtext.man
blob: b374b5180bfb0328fcc7353ab817fa4b07930bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin bench::out::text n 0.1.2]
[see_also bench]
[see_also bench::out::csv]
[keywords benchmark]
[keywords formatting]
[keywords {human readable}]
[keywords performance]
[keywords testing]
[keywords text]
[copyright {2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
[moddesc   {Benchmarking/Performance tools}]
[titledesc {bench::out::text - Formatting benchmark results as human readable text}]
[category  {Benchmark tools}]
[require Tcl 8.2]
[require bench::out::text [opt 0.1.2]]
[description]

This package provides commands for fomatting of benchmark results into
human readable text.

[para]

A reader interested in the generation or processing of such results should
go and read [term {bench - Processing benchmark suites}] instead.

[para]

If the bench language itself is the actual interest please start with
the [term {bench language introduction}] and then proceed from there
to the formal [term {bench language specification}].

[para]

[section {PUBLIC API}]

[list_begin definitions]

[call [cmd ::bench::out::text] [arg bench_result]]

This command formats the specified benchmark result for output to a
file, socket, etc. This specific command generates human readable
text.

[para]

For other formatting styles see the packages [package bench] and
[package bench::out::csv] which provide commands to format benchmark
results in raw form, or as importable CSV data, respectively.

[list_end]

[vset CATEGORY bench]
[include ../doctools2base/include/feedback.inc]
[manpage_end]