summaryrefslogtreecommitdiffstats
path: root/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/tst.cleardenormalize.d.out
blob: ed7f2f3493a424e2d5695bc0ec66c7d3a545f1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Denormalized data before clear:

        0              500
        1              700
        2              900
        3             1100
        4             1300
Aggregation data after clear:

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

        0             1500
        1             2700
        2             2900
        3             3100
        4             3300