charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Avoid calling expensive string width operation for User Events in Timeline #94

Closed rbuch closed 5 years ago

rbuch commented 5 years ago

When text size is small, the text will not be rendered, so check the text size first before determining how wide it would be, which is a costly operation.