commit | cca111fd1f9b4c52f9219f8e59bdcedf3836472f | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Fri Jun 15 06:15:57 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jun 15 06:17:10 2018 -0700 |
tree | 80f39e9998a31abba2f43f3eb26ff1db40452534 | |
parent | b42734f4213e505d9582def4cd25bd510f0909a9 [diff] |
Move the BlazeRuntime.initProfiler call to BlazeCommandDispatcher The intend is to move the profiler setup earlier in the startup sequence, so we can get more profiler coverage. Ideally, we'd setup the profiler immediately after getting the client call, but this is not currently possible due to the requirement that initialization and shutdown happen in pairs (otherwise the next command invocation crashes with an exception from the Profiler). PiperOrigin-RevId: 200707029
{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 solution. 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.