devtools
devtools copied to clipboard
Document how to use --max_profile_depth flag
[CPU Flame Chart - increase stack depth] There may be performance concerns for this. May inversely affect the sampling rate. How much should we increase it? It is currently at 128. Do we go to 256? Meet somewhere in the middle?
[UPDATE] ability to increase stack depth added. Now this issue will track documenting how to use the feature.
This is possible via a command line flag:
flutter run --dart-flags="--max_profile_depth=255"
This needs to be documented. Modifying this issue to track that.