beberlei / metrics

Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.
316 stars 38 forks source link

Update the timing example to use milliseconds, int #71

Open alexkokkinos opened 5 years ago

alexkokkinos commented 5 years ago

The timing example provides the time parameter as a float in microseconds, while the interface expects an int in milliseconds. (#70)