Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorter forms for profiling::all_functions #88

Open
yschimke opened this issue Jan 7, 2025 · 0 comments
Open

Shorter forms for profiling::all_functions #88

yschimke opened this issue Jan 7, 2025 · 0 comments

Comments

@yschimke
Copy link

yschimke commented Jan 7, 2025

this https://github.com/aclysma/profiling/blob/master/profiling-procmacros/src/lib.rs#L79C38-L80C75

        let calling_info = format!("{}: {}", struct_name, func.sig.ident);

Can be a bit redundant if most tracing is in the same file. Perhaps ways to configure the name? function name first, or struct omitted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant