]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/tst.clearnormalize.d.out
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / opensolaris / cmd / dtrace / test / tst / common / aggs / tst.clearnormalize.d.out
1 Normalized data before clear:
2
3         0              100
4         1              140
5         2              180
6         3              220
7         4              260
8 Aggregation data after clear:
9
10         0                0
11         1                0
12         2                0
13         3                0
14         4                0
15 Final (normalized) aggregation data:
16
17         0              300
18         1              540
19         2              580
20         3              620
21         4              660
22