aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/monitoring
Commit message (Expand)AuthorAge
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar Peter Hawkins2018-05-02
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Add bool value type support for gauge metrics.Gravatar A. Unique TensorFlower2017-11-28
* Update metric library to allow non-literal strings.Gravatar A. Unique TensorFlower2017-11-27
* Gauge API for monitoring.Gravatar A. Unique TensorFlower2017-11-13
* Adds helpers for bucketing strategies for TF monitoring samplers.Gravatar Vinu Rajashekhar2017-10-06
* Disambiguate label_descriptions_ constructor by casting its input. This allow...Gravatar A. Unique TensorFlower2016-10-27
* Adds support for collecting values from the distribution monitoring API.Gravatar Vinu Rajashekhar2016-10-26
* Fix various warnings exposed by current versions of Clang.Gravatar A. Unique TensorFlower2016-10-23
* Adds a sampler monitoring api to monitor values which are distributions.Gravatar Vinu Rajashekhar2016-10-20
* Adds a counter to count the number of calls to DirectSession.Gravatar Vinu Rajashekhar2016-08-18
* Adds another testcase for CollectionRegistryTest.Gravatar Vinu Rajashekhar2016-08-17
* Makes it more convenient to construct Counters.Gravatar Vinu Rajashekhar2016-08-12
* Adds a null implementation for Counter metric for mobile platforms.Gravatar Vinu Rajashekhar2016-08-11
* Writes timestamps properly while doing metric collection in the monitoring API.Gravatar Vinu Rajashekhar2016-08-10
* Adds functionality for the collection of metric values.Gravatar Vinu Rajashekhar2016-08-09
* Sets up static factory construction for the Counter class.Gravatar Vinu Rajashekhar2016-08-03
* ExportRegistry for monitoring API.Gravatar Vinu Rajashekhar2016-08-01
* Metric definition for the monitoring API.Gravatar Vinu Rajashekhar2016-07-28
* Counter API for monitoring.Gravatar Vinu Rajashekhar2016-07-06