aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler/chart
Commit message (Expand)AuthorAge
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Set the start time of binary and JSON profiles to zero correctly.Gravatar lberki2018-07-02
* Clean up Profiler a bitGravatar ulfjack2018-06-08
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix #3102 HtmlChart is uncoloredGravatar Andreas Hippler2017-09-12
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* 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
* 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
* Use VFS_READLINK rather than VFS_LINK, to avoid confusion with theGravatar Han-Wen Nienhuys2015-03-13
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25