summaryrefslogtreecommitdiff
path: root/dexlayout/dex_visualize.h
diff options
context:
space:
mode:
Diffstat (limited to 'dexlayout/dex_visualize.h')
-rw-r--r--dexlayout/dex_visualize.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dexlayout/dex_visualize.h b/dexlayout/dex_visualize.h
index 09f830681b..a1aa2cd8bc 100644
--- a/dexlayout/dex_visualize.h
+++ b/dexlayout/dex_visualize.h
@@ -38,6 +38,8 @@ void VisualizeDexLayout(dex_ir::Header* header,
size_t dex_file_index,
ProfileCompilationInfo* profile_info);
+void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index);
+
} // namespace art
#endif // ART_DEXLAYOUT_DEX_VISUALIZE_H_