Skip to content

A C++ tool for collecting and analyzing build metrics, with Bazel integration

Notifications You must be signed in to change notification settings

Mitali-Juvekar/cpp-build-metrics-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Build Metrics Collector

A lightweight tool built in C++ that collects and analyzes build metrics to help identify bottlenecks in the build process.

Features

  • Tracks build step durations
  • Identifies bottlenecks in the build process
  • Generates JSON reports of build metrics
  • Designed to integrate with Bazel build system

Technologies Used

  • C++ for core functionality
  • Bazel for build system
  • Custom JSON generation

Usage

bazel build //:build_metrics
bazel run //:build_metrics

How It Works

The tool collects timing information about build steps, analyzes this data to identify potential bottlenecks, and generates reports that can help developers optimize their build process.

About

A C++ tool for collecting and analyzing build metrics, with Bazel integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published