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

Feature Request: Per Function Statistics #1

Open
richi235 opened this issue Jan 12, 2017 · 4 comments
Open

Feature Request: Per Function Statistics #1

richi235 opened this issue Jan 12, 2017 · 4 comments

Comments

@richi235
Copy link

I'm currently writing a research work including code quality metrics for linux tcp and lwip tcp.
For this I want per-function metrics. I wrote a small perl script which split the functions appart
and fed them to cqmetrics seperately.

But for future uses such a cqmetrics built in functionality would be nice.

@dspinellis
Copy link
Owner

So cqmetrics should output a separate line for each function?

@richi235
Copy link
Author

Yes, this is what I thought, and what my wrapper script finally outputed

@dspinellis
Copy link
Owner

Probably better to implement this as block, where functions are the top-level block for C, while classes can be the top-level block for C++ and Java.

@dspinellis
Copy link
Owner

Which specific metrics did you find useful on a per-function level?

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