Hi the flame graph is IDEA's feature, you can directly run with the flame graph. As I said 2222 does increase the time, but the time is almost from getRelList, so if we can opt getRelList, the overhead is gone.
Regards! Aron Tao Vladimir Sitnikov <[email protected]> 于2020年12月3日周四 下午9:02写道: > >From the flame graph, the most time is wasted in "getRelList", I didn't > see > > How do you collect and produce the flamegraphs? > Do you use debugnonsafepoints Java option? > > Here are my measurements for running testQuery07: > > with 2222: 47..57 seconds > without 2222: 40..45 seconds > > I do not know how much time does test initialization take (e.g. schema > preparation), however, the difference seems to be visible. > > Vladimir >
