final t1 = DateTime.now(); // the source code you // want to test is in here final t2 = DateTime.now(); debugPrint('DELTA TIME: ${t2.difference(t1)}');
I just used this code to find a significant bottleneck, so while it's not as sophisticated as other techniques, it was a nice performance-debugging tool today.
Collection
[
|
...
]