Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 254 Bytes

chrome-histogram-parser

Golang approach to parsing chromium's histograms.xml.

Usage:

go run histograms-xml-parser.go $CHROMIUM_SRC/tools/metrics/histograms/histograms.xml

This provides a starting point for more complex filtering and sorting.