feat:DoricPerf export anchor map

This commit is contained in:
pengfei.zhou
2021-07-19 16:40:42 +08:00
committed by osborn
parent 46eff0d904
commit 6bff1bd9a1
5 changed files with 35 additions and 1 deletions

View File

@@ -113,6 +113,10 @@ public class DoricPerformanceProfile {
print(anchorName);
}
public Map<String, Long> getAnchorMap() {
return this.anchorMap;
}
private void print(final String anchorName) {
if (!enable) {
return;