]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/tst.clear.d.out
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / opensolaris / cmd / dtrace / test / tst / common / aggs / tst.clear.d.out
1 Aggregation data before clear():
2
3         0              500
4         1              700
5         2              900
6         3             1100
7         4             1300
8 Aggregation data after clear():
9
10         0                0
11         1                0
12         2                0
13         3                0
14         4                0
15 Final aggregation data:
16
17         0             1500
18         1             2700
19         2             2900
20         3             3100
21         4             3300
22