Building your own Code metrics tool for Ruby

We will first talk about the kinds of metrics which we might be interested in and why Then we will talk about how we can generate some of these metrics ourself. There are existing tools out there, we will not talk about them directly But we will cover how these tools work internally. we want to know: how to parse ruby code. (ruby_parser or parser) how to make sense of the parsed code (sexp_processor) visualization. how to make sense of all these metrics you have collected. how and what metrics can we generate from running production code. eg. dead code analysis, GC runs, method hit counters etc
Length: 30:15
Views 79 Likes: 0
Recorded on 2014-03-22 at RubyConf India
Look for other videos at RubyConf India.
Tweet this video