{% include "header.htm" %}
Stats
{{ stats["files"] }} files and {{ stats["tokens"] }} tokens indexed.
File types:
{% for suffix, count in stats["suffixes"].most_common() %}
- {{suffix}} ({{count}})
{% endfor %}
Memory usage
{% for name, size in stats["memory-usage"].items() %}
- {{name}}: {{size}}
{% endfor %}