#include <iosfwd> // For forward-declaration of std::string. namespace art { namespace odrefresh {
// Upload the metrics (if any) generated by odrefresh by passing the data `statsd` process. // // Metrics from odrefresh a persisted to the path specified by `OdrefreshMetricsFile`. This method // reads the saved metrics, passes them to statsd, then removes the file to avoid uploading them // in future. // // Returns true on success. On failure `error_msg` summarizes the failure and this method returns // false. bool UploadStatsIfAvailable(/*out*/std::string* error_msg);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.