refactor: Rename date parsing helper functions for consistency
This commit is contained in:
@@ -59,7 +59,7 @@ class PerformanceMonitor {
|
||||
static void printSummary() {
|
||||
if (!_enabled || _results.isEmpty) return;
|
||||
|
||||
print('\n' + '=' * 60);
|
||||
print('\n${'=' * 60}');
|
||||
print('PERFORMANCE SUMMARY');
|
||||
print('=' * 60);
|
||||
|
||||
@@ -77,7 +77,7 @@ class PerformanceMonitor {
|
||||
Duration.zero,
|
||||
(sum, duration) => sum + duration,
|
||||
);
|
||||
print('${'=' * 60}');
|
||||
print('=' * 60);
|
||||
print('TOTAL: ${total.inMilliseconds}ms');
|
||||
print('=' * 60 + '\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user