aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/ProfileCommand.java
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* analyze-profile: prevent bazel from crashing outside a workspaceGravatar Shmuel H2018-04-11
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Add HTML profiler execution phase statisticsGravatar Klaas Boesche2015-10-13
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Fix unsorted dumping of profiler task infoGravatar Klaas Boesche2015-10-08
* Make CriticalPathStatistics output optional.Gravatar Klaas Boesche2015-10-05
* Add options for reducing the size of the HTML output: --[no]chart for omittin...Gravatar Klaas Boesche2015-10-05
* Add --task_tree and --task_tree_threshold options.Gravatar Klaas Boesche2015-10-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Collect Skylark profile info and create HTML statistics when --html_details g...Gravatar Googler2015-09-02
* Added an help command to dump all options for completionGravatar Damien Martin-Guillerez2015-04-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25