Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

AltStyle によって変換されたページ (->オリジナル) /