Decision Workspace
elapsed-time vs trice vs performance_measure
Side-by-side comparison of Rust crates
48
elapsed-time
growingv0.2.0
This crate help you to measure time taken by a function or a block of code for print debugging purpose. It output in stdout (using println) the elapsed time.
51
trice
growingv0.4.0
A minimal replacement for std::time::Instant that works in WASM for the web and Node.js.
46
performance_measure
growingv2.0.0
A library for measuring the performance of Rust code.
Core Metrics
| elapsed-time | trice | performance_measure | |
|---|---|---|---|
| Health Score | 48 | 51 | 46 |
| Total Downloads | 6.8K | 935.8K | 6.8K |
| 30d Downloads | 135 | 84.7K | 22 |
| Dependents | 8 | 817 | 3 |
| Releases | 3 | 5 | 5 |
| Last Updated | 180d ago | 813d ago | 973d ago |
| Age | 4y 1m | 4y 1m | 2y 8m |
Health Breakdown
elapsed-time
Maintenance
8
Quality
16
Community
9
Popularity
5
Documentation
10
trice
Maintenance
5
Quality
15
Community
14
Popularity
7
Documentation
10
performance_measure
Maintenance
7
Quality
22
Community
5
Popularity
5
Documentation
7
Technical Details
| elapsed-time | trice | performance_measure | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | GPL-3.0-or-later |
| Dependencies | 5 | 3 | 1 |
| Crate Size | 5KB | 8KB | 17KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •trice leads with a health score of 51/100, but none of the options score above 80.
- •trice is depended on by 817 crates — strongest ecosystem trust.
- •⚠ trice, performance_measure have not been updated in over a year.
- •elapsed-time, trice are pre-1.0 — API may change.