示例#1
0
            private void RaiseMetricEtwEvent(ExecutionStage executionStage)
            {
                var timeSpan       = (ulong)(DateTime.UtcNow - startTime).TotalMilliseconds;
                var executionCount = totalExecutionCount;

                WriteFunctionsMetricEvent(executionId, timeSpan, executionCount, executionStage.ToString());
            }
 private void RaiseMetricEtwEvent(ExecutionStage executionStage)
 {
     var timeSpan = (ulong)(DateTime.UtcNow - startTime).TotalMilliseconds;
     var executionCount = totalExecutionCount;
     WriteFunctionsMetricEvent(executionId, timeSpan, executionCount, executionStage.ToString());
 }