Skip to content

A lightweight Rust crate for ergonomic performance profiling and timeline visualization.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

argumentcomputer/cronos

cronos

A lightweight, thread-safe timing profiler for Rust pipelines.
Track and visualize performance bottlenecks with minimal overhead.

cronos::clock("work"); // Start timer
do_work();
cronos::clock("work"); // Stop timer
cronos::print();       // Display timeline

Features

  • Thread-Safe: Global state protected by Arc<Mutex<T>>
  • Visual Timeline: ASCII-art bar chart scaled to terminal width
  • Panic-on-Error: Fails fast on misuse (duplicate tags, unfinished spans)

License

MIT or Apache 2.0

About

A lightweight Rust crate for ergonomic performance profiling and timeline visualization.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages