Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikic/llvm-compile-time-tracker
LLVM compile-tracking tracking infrastructure
https://github.com/nikic/llvm-compile-time-tracker
llvm
Last synced: 4 months ago
JSON representation
LLVM compile-tracking tracking infrastructure
- Host: GitHub
- URL: https://github.com/nikic/llvm-compile-time-tracker
- Owner: nikic
- License: mit
- Created: 2020-03-11T21:30:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T19:45:13.000Z (5 months ago)
- Last Synced: 2024-10-14T15:44:27.292Z (4 months ago)
- Topics: llvm
- Language: PHP
- Homepage: https://llvm-compile-time-tracker.com/
- Size: 6.2 MB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LLVM Compile Time Tracker
=========================This repository contains infrastructure for tracking LLVM compile-time performance over time. This includes both server code that performs measurements and publishes to the [llvm-compile-time-data](https://github.com/nikic/llvm-compile-time-data) repository, as well as display code for the website at http://llvm-compile-time-tracker.com/.
Everything in here is something of a hack and not designed for general usage.