measure_performance 1.2.0
measure_performance: ^1.2.0 copied to clipboard
Measure various performance metrics like memory usage and duration elapsed of an operation
1.2.0 #
- Add [PerformanceReport.toJsonMapConverter] for customizing toJson output.
- Add [PerformanceReport.copyWith] to create a new instance of [PerformanceReport] with the same properties as the current instance, but allows for overriding specific properties.
1.1.0 #
- Add [PerformanceReport.measurementStartedAt] and [PerformanceReport.measurementStoppedAt] to provide date and time when the measurement started and stopped.
1.0.0 #
- Initial version.