timed icon indicating copy to clipboard operation
timed copied to clipboard

Rust crate to time your function using derive annotations.

Results 7 timed issues
Sort by recently updated
recently updated
newest added

prettytable-rs 0.8.0 fails on rust 1.67 with segfault

Hello @y2kappa, its been a while! 😁 I'm using this crate in one of my other projects and noticed that the statistics dump wasn't calculated correctly, so I took a...

I have a function that is called several times and I would like to see how much it takes for each argument. It would be helpful to quickly identify pathological...

I only heard about this one month ago so I assume most people are unfamiliar. Documentation with gifs are welcome.

help wanted
good first issue

I need to run this in production because I simply cannot profile locally. If my server has many hits this takes a big toll on my log quota so I'd...

help wanted
good first issue

A lot of functions are called ```new``` and they can be expensive, like getting a network db handle. it's very unclear what happens when a lot of news appear in...

help wanted
good first issue

It would be cool to add at least: - processId - afaik this should be easy, but not sure how expensive it it - threadId - from my research this...

help wanted
good first issue