1java_heap_histogram {
2  instance_stats {
3    upid: 2
4    process {
5      name: "system_server"
6      uid: 1000
7    }
8    samples {
9      ts: 10
10      type_count {
11        type_name: "DeobfuscatedA[]"
12        obj_count: 1
13        reachable_obj_count: 1
14      }
15      type_count {
16        type_name: "FactoryProducerDelegateImplActor"
17        obj_count: 1
18        reachable_obj_count: 1
19      }
20      type_count {
21        type_name: "Foo"
22        obj_count: 2
23        reachable_obj_count: 1
24      }
25      type_count {
26        type_name: "DeobfuscatedA"
27        obj_count: 1
28        reachable_obj_count: 0
29      }
30      type_count {
31        type_name: "java.lang.Class<DeobfuscatedA[]>"
32        obj_count: 1
33        reachable_obj_count: 0
34      }
35    }
36  }
37}
38