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

Unified Diff: pkg/analysis_server/lib/src/analysis_server.dart

Issue 959543005: Measure time spent running pub (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months 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 | « no previous file | pkg/analysis_server/lib/src/context_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/analysis_server.dart
diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
index b86781b48f6933ebcb69365f36a626f0b10273f8..0110d9805e1877ac6e3dfad23b5ab844b759c51f 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -1357,6 +1357,11 @@ class ServerPerformanceStatistics {
static PerformanceTag notices = new PerformanceTag('notices');
/**
+ * The [PerformanceTag] for time spent running pub.
+ */
+ static PerformanceTag pub = new PerformanceTag('pub');
+
+ /**
* The [PerformanceTag] for time spent in server comminication channels.
*/
static PerformanceTag serverChannel = new PerformanceTag('serverChannel');
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/context_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698