aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/tst.clearnormalize.d.out
blob: e568427e16c5262160fed70d879bf5e54efef0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Normalized data before clear:

        0              100
        1              140
        2              180
        3              220
        4              260
Aggregation data after clear:

        0                0
        1                0
        2                0
        3                0
        4                0
Final (normalized) aggregation data:

        0              300
        1              540
        2              580
        3              620
        4              660