llogiq / flame

An intrusive flamegraph profiling tool for rust.
Apache License 2.0
694 stars 30 forks source link

new feature: frame(name, || ..) #10

Closed llogiq closed 8 years ago

llogiq commented 8 years ago

This just adds a guard (and ends it so it doesn't get optimized out) to a closure.

I'm open to bikeshedding the name.

TyOverby commented 8 years ago

Isn't this exactly the same as span_of?

llogiq commented 8 years ago

It is. Oops.