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

implement method call stack #109

Open
taeyeon-Kim opened this issue Dec 8, 2023 · 1 comment
Open

implement method call stack #109

taeyeon-Kim opened this issue Dec 8, 2023 · 1 comment
Assignees

Comments

@taeyeon-Kim
Copy link
Contributor

For deeper analysis of dead code (for example, to recognize that a method you've thought was dead is being called and you want to know what it is), we also support the feature that enables you to see the method call stack.

@taeyeon-Kim
Copy link
Contributor Author

taeyeon-Kim commented Jan 2, 2024

Which one to use to record the call stack?

current performance : 15ns

  1. thread local
    • performance: 18ns
  2. https://github.com/raphw/weak-lock-free
    • performance: 50ns
  3. ....

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

2 participants