issues
search
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
chore: Optimize memory usage for stack capture
#50
Closed
littleGnAl
closed
3 weeks ago
littleGnAl
commented
3 weeks ago
The maximum stack depth of 1024 bytes is a bit wasteful, adjusting it to 100 is already sufficient for our needs.
Introduce a global buffer to reuse and reduce memory fluctuations.
littleGnAl
commented
3 weeks ago
Close
https://github.com/littleGnAl/glance/issues/48