kornilova203 / FlameViewer

Tool for flamegraphs visualization
MIT License
80 stars 7 forks source link

Converters API cleanup #51

Closed kornilova203 closed 5 years ago

kornilova203 commented 5 years ago
  1. Converters extension points are factories (e.g. ProfilerToCFlamegraphConverterFactory)
  2. Consistent converters names (e.g. YourkitCsvToCFlamegraphConverter and FlamegraphToCallTracesConverter)
  3. All classes related to Flight Recorder are renamed from jmc to jfr
brtubb-patagonia commented 5 years ago

Thanks for working on this! Which branch should I look at? converters-api-cleanup or jfr-to-cflamegraph?

Sorry for the slow response - I was caught up on some burning problems at work.

kornilova203 commented 5 years ago

I'll rebase jfr-to-cflamegraph and split task into subtasks!