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
## [0.1.36] - 2018-8-27
### ProfilerMarkers now take params as arguments
## [0.1.35] - 2018-8-27
### Measure.Method improvements
Add GC allocation to Measure.Method
Add setup/cleanup for Measure.Method
Move order of calls for Measure.Scope
## [0.1.34] - 2018-8-16
### Obsolete warnings
string.Format("Sample groups {0} and {1} have incompatible definitions. When comparing, sample groups should have a matching SampleGroupDefinition.IncreaseIsBetter value.",
119
-
group.Definition.Name,group2.Definition.Name));
119
+
string.Format(
120
+
"Sample groups {0} and {1} have incompatible definitions. When comparing, sample groups should have a matching SampleGroupDefinition.IncreaseIsBetter value.",
121
+
group.Definition.Name,group2.Definition.Name));
120
122
}
121
123
122
124
if(diff>percentage)
@@ -187,7 +189,8 @@ public override string ToString()
0 commit comments