time_log 0.1.0 copy "time_log: ^0.1.0" to clipboard
time_log: ^0.1.0 copied to clipboard

outdated

Like javascript console.time, console.timeEnd in Dart

time_log #

time of logs

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

import 'package:time_log/time_log.dart';

void main() {
  var p = TimeLog.point();
  for (var i = 0; i < 100; i++) {
    print('test run time');
  }
  TimeLog.long(p); // Use time: 1.320ms
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Like javascript console.time, console.timeEnd in Dart

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on time_log