Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1463923003: Rolling average work queue diagnostic (#24933). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: nits Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ContextData.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index d519a21fea2017819aa19ebff80171ff4d9d7f1f..c0697a52bc46383fb486ad7d496d43a98fd8811b 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2489,6 +2489,12 @@
The number of work items in the queue.
</p>
</field>
+ <field name="workItemQueueLengthAverage">
+ <ref>String</ref>
+ <p>
+ A rolling average of work items in the queue. (A double encoded as a String.)
+ </p>
+ </field>
<field name="cacheEntryExceptions">
<list><ref>String</ref></list>
<p>
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ContextData.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698