1 write to counters
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (1)
280
this.
counters
= new CounterData[(int)PerfCounters.TotalCounters];
28 references to counters
System.ServiceModel.Activities (28)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (28)
283
this.
counters
[i] = this.workflowServiceHostCounterSetInstance.Counters[i];
284
this.
counters
[i].Value = 0;
314
this.
counters
[(int)PerfCounters.WorkflowsCreated].Increment();
315
this.
counters
[(int)PerfCounters.WorkflowsCreatedPerSecond].Increment();
325
this.
counters
[(int)PerfCounters.WorkflowsExecuting].Increment();
329
this.
counters
[(int)PerfCounters.WorkflowsExecuting].Decrement();
338
this.
counters
[(int)PerfCounters.WorkflowsCompleted].Increment();
339
this.
counters
[(int)PerfCounters.WorkflowsCompletedPerSecond].Increment();
347
this.
counters
[(int)PerfCounters.WorkflowsAborted].Increment();
348
this.
counters
[(int)PerfCounters.WorkflowsAbortedPerSecond].Increment();
356
this.
counters
[(int)PerfCounters.WorkflowsInMemory].Increment();
364
if (this.
counters
[(int)PerfCounters.WorkflowsInMemory].RawValue > 0 )
365
this.
counters
[(int)PerfCounters.WorkflowsInMemory].Decrement();
373
this.
counters
[(int)PerfCounters.WorkflowsPersisted].Increment();
374
this.
counters
[(int)PerfCounters.WorkflowsPersistedPerSecond].Increment();
382
this.
counters
[(int)PerfCounters.WorkflowsTerminated].Increment();
383
this.
counters
[(int)PerfCounters.WorkflowsTerminatedPerSecond].Increment();
391
this.
counters
[(int)PerfCounters.WorkflowsLoaded].Increment();
392
this.
counters
[(int)PerfCounters.WorkflowsLoadedPerSecond].Increment();
400
this.
counters
[(int)PerfCounters.WorkflowsUnloaded].Increment();
401
this.
counters
[(int)PerfCounters.WorkflowsUnloadedPerSecond].Increment();
409
this.
counters
[(int)PerfCounters.WorkflowsSuspended].Increment();
410
this.
counters
[(int)PerfCounters.WorkflowsSuspendedPerSecond].Increment();
418
this.
counters
[(int)PerfCounters.WorkflowsIdlePerSecond].Increment();
426
this.
counters
[(int)PerfCounters.AverageWorkflowLoadTime].IncrementBy(time);
427
this.
counters
[(int)PerfCounters.AverageWorkflowLoadTimeBase].Increment();
435
this.
counters
[(int)PerfCounters.AverageWorkflowPersistTime].IncrementBy(time);
436
this.
counters
[(int)PerfCounters.AverageWorkflowPersistTimeBase].Increment();