diff options
| author | 2021-06-18 00:14:50 +0000 | |
|---|---|---|
| committer | 2021-07-10 09:23:33 +0000 | |
| commit | 52eebc756c96fbf71ad77b6d30bdff8a67723569 (patch) | |
| tree | 2c5c55137e6e672918a273d8f40503921bafe477 /compiler/optimizing/optimizing_compiler.cc | |
| parent | e0a4f373dc4a738a2f26965a67d31239cbbd4f6a (diff) | |
Add a aggregation count section to profile.
This section is used on server side.
The format is defined on server and it is:
***************
uint16 profile_aggregation_count
uint16 aggregation_count_for_each_dex_file_size
aggregation_count_for_each_dex_file[]
The format of aggregation_count_for_each_dex_file is:
uint16 profile_index
uint16 class_aggregation_count_size
uint16 class_aggregation_count[]
uint16 method_aggregation_count_size
uint16 method_aggregation_count[]
***************
The aggregation count for classes/methods are in the ascending order of their indices.
Bug: 188071742
Test: m
Change-Id: I683b296699e2a80a8c6dc167c84b4d592a0f26fc
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
0 files changed, 0 insertions, 0 deletions