2e12b5f06b
In Flutter, the timeline buffer overflows much more quickly than the profile buffer, but usually timeline events are more helpful than profile ticks for understanding performance. This commit trades profile buffer space for timeline event space. 32-bit: profile buffer: 12MB -> 6MB timeline buffer: 0.5MB -> 2MB Also increase the default sample depth to better handle Flutter's deep tree walks. Change-Id: If092047fa89b2b3e57e57370bc435a591497b566 Reviewed-on: https://dart-review.googlesource.com/5903 Reviewed-by: Todd Turnidge <turnidge@google.com>