aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler
Commit message (Expand)AuthorAge
...
* Add desired type of Profiler action to error message on crash. Also use Preco...Gravatar Janak Ramakrishnan2017-01-25
* Make "profile --html --html_details" not crash.Gravatar Lukacs Berki2017-01-03
* Tolerate null variable values in Profiler. This can happen when the build fin...Gravatar Janak Ramakrishnan2016-06-15
* Fix NPE in vfs profile outputGravatar Kristina Chodorow2016-02-03
* Allow AutoProfiler to not log if below a caller-specified threshold, and set ...Gravatar Janak Ramakrishnan2016-02-01
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Record histogram and other statistics for the ProfileTask objects. In case of...Gravatar Miguel Alcon Pinto2015-11-19
* Add profiler support for compiled Skylark.Gravatar Florian Weikert2015-11-10
* Add HTML profiler execution phase statisticsGravatar Klaas Boesche2015-10-13
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Refactor SkylarkStatistics to reduce size.Gravatar Klaas Boesche2015-10-05
* 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
* Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, h...Gravatar Klaas Boesche2015-09-21
* Add self-time relative to total time in HTML profiling output, enables findin...Gravatar Klaas Boesche2015-09-15
* refactor usage of ProfilePhaseStatistics, no need to hand it around via ChartGravatar Klaas Boesche2015-09-15
* Save subtasks for Skylark function profiler tasks and then report self time o...Gravatar Klaas Boesche2015-09-09
* Modifications and improvements to AutoProfiler to reflect how it will be used...Gravatar Nathan Harmata2015-09-02
* Show a column with the location of a skylark function in HTML profiling stati...Gravatar Googler2015-09-02
* Fix incorrect rendering of first histogram on click in tableGravatar Googler2015-09-02
* Collect Skylark profile info and create HTML statistics when --html_details g...Gravatar Googler2015-09-02
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19
* Description redacted.Gravatar Googler2015-05-29
* Use VFS_READLINK rather than VFS_LINK, to avoid confusion with theGravatar Han-Wen Nienhuys2015-03-13
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25