littleGnAl / glance

An APM(Application Performance Monitoring) library for detecting UI jank in Flutter for mobile (Android/iOS) in production.
https://pub.dev/packages/glance
MIT License
19 stars 0 forks source link

Set kDefaultSampleRateInMilliseconds to 10ms #37

Closed littleGnAl closed 1 month ago

littleGnAl commented 1 month ago

During UI jank, even if a high sampling rate is not required, we can still collect relatively accurate stack traces. So, we have adjusted the kDefaultSampleRateInMilliseconds to 10ms to reduce the performance overhead.