TF-495 Create a Benchmark object to calculate rendering time

This commit is contained in:
dab246
2022-04-19 14:58:32 +07:00
committed by Dat H. Pham
parent a7d71f02ff
commit 6c635bd388
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ export 'presentation/utils/html_transformer/transform_configuration.dart';
export 'presentation/utils/html_transformer/dom/add_tooltip_link_transformers.dart';
export 'data/utils/device_manager.dart';
export 'utils/app_logger.dart';
export 'utils/benchmark.dart';
// Views
export 'presentation/views/text/slogan_builder.dart';