Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaztools/metricproducer
https://github.com/ghaztools/metricproducer
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghaztools/metricproducer
- Owner: GhazTools
- Created: 2024-07-06T02:17:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:22:30.000Z (4 months ago)
- Last Synced: 2024-07-08T08:54:38.386Z (4 months ago)
- Language: C++
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetricProducer
## Running Clang Format
```bash
find . -iname '*.cpp' -o -iname '*.hpp' | xargs clang-format -i
```