commit | 72642a24f24a7d81929f7c1338d5531ef4fbe9f2 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Wed Oct 18 06:23:14 2017 +0200 |
committer | Jakob Buchgraber <buchgr@google.com> | Wed Oct 18 10:28:28 2017 +0200 |
tree | a9063668c05c46a3eb20e75077816e59ce95b2fe | |
parent | 41273d4e2e4e6bffb832110b3f29aef5dfd781f6 [diff] |
Add memory profiler. This adds two dump command, bazel dump --rules and bazel dump --skylark_memory. dump --rules outputs a summary of the count, action count, and memory consumption of each rule and aspect class. dump --skylark_memory outputs a pprof-compatible file with all Skylark analysis allocations. Users can then use pprof as per normal to analyse their builds. RELNOTES: Add memory profiler. PiperOrigin-RevId: 172558600
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.