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

Provide Statistics per-page #16

Open
stevan opened this issue Mar 24, 2016 · 1 comment
Open

Provide Statistics per-page #16

stevan opened this issue Mar 24, 2016 · 1 comment

Comments

@stevan
Copy link
Owner

stevan commented Mar 24, 2016

It would be nice to be able to display per-page statistics, such as:

  • number of built-ins called
  • number of packages loaded
  • number of sub calls
  • etc.

It would be a simple matter of asking jQuery to count the number of matching nodes for a given syntax CSS class, storing those counts somewhere and displaying them.

@stevan
Copy link
Owner Author

stevan commented Mar 24, 2016

This could also be a good way to handle the tests in syntax-samples, if we add a comment detailing what kind of data we expect, then one could compare the stats to that expectation and know if something has been broken.

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

1 participant