You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
Current implementation is for Java, inspired by flame-in-java by Netflix blog. However, the key technique is applicable for other compiled languages.
Technically speaking, it will be possible to support many languages with this tool.
Describe the solution you'd like convert tool handles multi-language support and the converted images emit format logs in same way so that other analyzer can stay away from those complexities.
Additional context
for go, pprof may be enough, I don't know but...
Is your feature request related to a problem? Please describe.
Current implementation is for Java, inspired by flame-in-java by Netflix blog. However, the key technique is applicable for other compiled languages.
Technically speaking, it will be possible to support many languages with this tool.
Describe the solution you'd like
converttool handles multi-language support and the converted images emit format logs in same way so that other analyzer can stay away from those complexities.Additional context
for go, pprof may be enough, I don't know but...