You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adaptor.withActivity(ruleInfo:"CacheMetrics", executionDescription:"Report cache metrics", signature:"cache_metrics", target:nil, parentActivity:nil){ activity in
692
+
adaptor.withActivity(ruleInfo:"RawCacheMetrics", executionDescription:"Report raw cache metrics", signature:"raw_cache_metrics", target:nil, parentActivity:nil){ activity in
670
693
structAllCounters:Encodable{
671
694
varglobal:[String:Double]=[:]
672
695
vartasks:[String:[String:Double]]=[:]
@@ -682,7 +705,7 @@ package final class BuildOperation: BuildSystemOperation {
0 commit comments