❔ is there a tool for code statistics?
is there a tool that gives statistics about code? most used functions, most used properties, when/where... )
i'm not looking into debugger / static typing helpers or analysers. im looking for syntactical/logical data analysis
5 Replies
visual studio has something called code lens
not exactly what i want, for eg: i want to grab many projects of unity from github for example and then run statistics on them to see whats most used funcs/exception definitions and calls, etc...
oh
yeah idk of anything like that
NDepend can probably do this
It's really powerful
Oh, something else that I didn't think of, run your app for a while with the VS Cpu monitor or dottrace
It is a performance analysis, but probably also records invocation count
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.