Docs.rs
logging_timer_proc_macros-1.1.1
logging_timer_proc_macros 1.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PhilipDaniels
Dependencies
log ^0.4
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^1.0
normal
Versions
66.67%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
logging_
timer_
proc_
macros
1.1.1
All Items
Crate Items
Attribute Macros
Crate
logging_timer_proc_macros
Copy item path
Source
Attribute Macros
ยง
stime
Instruments the function with an
stimer!
, which logs two messages, one at the start of the function and one at the end of execution stating the elapsed time.
time
Instruments the function with a
timer!
, which logs a message at the end of function execution stating the elapsed time.