aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler
Commit message (Expand)AuthorAge
* Fix ConcurrentModificationException in memory tracker.Gravatar tomlu2018-03-22
* Introduce an Extrema aggregator.Gravatar nharmata2018-02-28
* Add functionality to MemoryProfiler to do multiple garbage collections at the...Gravatar janakr2018-02-28
* Accept Durations in the CriticalPathComponent and Profiler.Gravatar ccalvarin2018-02-22
* Fix Callcounts crash.Gravatar tomlu2018-02-15
* Remove :foundation from the export list of :packages.Gravatar tomlu2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Add memory profiler.Gravatar tomlu2017-10-18
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Fix #3102 HtmlChart is uncoloredGravatar Andreas Hippler2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Remove ide_build_info command.Gravatar dslomov2017-07-05
* Undo Java 8 updates to fix bootstrapping on MacOS.Gravatar laszlocsomor2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Refactor AutoProfiler to enable other loggers to work.Gravatar Janak Ramakrishnan2017-02-17
* 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