aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/profiler/Profiler.java
Commit message (Expand)AuthorAge
* Add experimental option to do add local cpu usage values to the JSON profile.Gravatar twerth2018-08-14
* Explicitly cast ByteBuffer in clear() call to Buffer.Gravatar Tobias Werth2018-08-14
* Add critical path as fake thread 0 to the JSON profile.Gravatar twerth2018-08-10
* Get newlines back. After the switch to using a JsonWriter, the json profileGravatar Googler2018-07-31
* Use JsonWriter to ensure correct escaping of valuesGravatar ulfjack2018-07-31
* Add an option to compress the JSON trace profile.Gravatar twerth2018-07-27
* Reduce the set of profiler events for the json profileGravatar ulfjack2018-07-26
* Add the thread name as metadata to the Json profileGravatar ulfjack2018-07-25
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Improve logging for parsing skylark files.Gravatar twerth2018-07-09
* Add category to JSON profile to distinguish between different events for the ...Gravatar twerth2018-07-03
* Set the start time of binary and JSON profiles to zero correctly.Gravatar lberki2018-07-02
* Add a convenience method to ProfilerGravatar ulfjack2018-06-14
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Refactor profilerGravatar ulfjack2018-06-12
* Automated rollback of commit 15b8c259db111012b4642287172cb4d1d82151f3.Gravatar jmmv2018-06-11
* Refactor profilerGravatar ulfjack2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Clean up Profiler a bitGravatar ulfjack2018-06-08
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Fix profiler slow task limitingGravatar michajlo2018-04-24
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* 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
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-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
* Add desired type of Profiler action to error message on crash. Also use Preco...Gravatar Janak Ramakrishnan2017-01-25
* Tolerate null variable values in Profiler. This can happen when the build fin...Gravatar Janak Ramakrishnan2016-06-15
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25