31 references to TraceHelpers
System.Core (31)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (6)
207
TraceHelpers
.TraceInfo("tid {0}: AsynchronousChannel<T>::FlushBuffers() called",
221
TraceHelpers
.TraceInfo("tid {0}: AsynchronousChannel<T>::SetDone() called",
318
TraceHelpers
.TraceInfo("AsynchronousChannel::EnqueueChunk - producer waking consumer");
359
TraceHelpers
.TraceInfo("AsynchronousChannel::EnqueueChunk - producer waiting, buffer full");
581
TraceHelpers
.TraceInfo("AsynchronousChannel::DequeueChunk - consumer possibly waiting");
636
TraceHelpers
.TraceInfo("BoundedSingleLockFreeChannel::DequeueChunk - consumer waking producer");
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (1)
269
TraceHelpers
.TraceInfo("[timing]: {0}: Completed the merge", DateTime.Now.Ticks);
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
60
TraceHelpers
.TraceInfo("DefaultMergeHelper::.ctor(..): creating a default merge helper");
System\Linq\Parallel\Merging\MergeExecutor.cs (2)
152
TraceHelpers
.TraceInfo("MergeExecutor::MakeChannels: setting up {0} async channels in prep for pipeline", partitionCount);
190
TraceHelpers
.TraceInfo("MergeExecutor::MakeChannels: setting up {0} channels in prep for stop-and-go", partitionCount);
System\Linq\Parallel\Merging\OrderPreservingMergeHelper.cs (1)
47
TraceHelpers
.TraceInfo("KeyOrderPreservingMergeHelper::.ctor(..): creating an order preserving merge helper");
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (1)
124
TraceHelpers
.TraceInfo("KeyOrderPreservingMergeHelper::.ctor(..): creating an order preserving merge helper");
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
112
TraceHelpers
.TraceInfo("[timing]: {0}: Completed the merge", DateTime.Now.Ticks);
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
128
TraceHelpers
.TraceInfo("ContigousRangePartitionExchangeStream::MakePartitions - (array) #{0} {1}", i, maxChunkSize);
141
TraceHelpers
.TraceInfo("ContigousRangePartitionExchangeStream::MakePartitions - (list) #{0} {1})", i, maxChunkSize);
System\Linq\Parallel\QueryOperators\PartitionedStreamMerger.cs (1)
67
TraceHelpers
.TraceInfo("[timing]: {0}: finished opening - QueryOperator<>::GetEnumerator", DateTime.Now.Ticks);
System\Linq\Parallel\QueryOperators\QueryOperator.cs (1)
183
TraceHelpers
.TraceInfo("[timing]: {0}: starting execution - QueryOperator<>::GetQueryResults", DateTime.Now.Ticks);
System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs (2)
99
TraceHelpers
.TraceInfo("OrderPreservingSpoolingTask::Spool: Running partition[{0}] asynchronously", i);
106
TraceHelpers
.TraceInfo("OrderPreservingSpoolingTask::Spool: Running partition[{0}] synchronously", maxToRunInParallel);
System\Linq\Parallel\Scheduling\QueryTask.cs (4)
67
TraceHelpers
.TraceInfo("[timing]: {0}: Running work synchronously", DateTime.Now.Ticks, m_taskIndex);
86
TraceHelpers
.TraceInfo("[timing]: {0}: Queue work {1} to occur asynchronously", DateTime.Now.Ticks, m_taskIndex);
98
TraceHelpers
.TraceInfo("[timing]: {0}: Start work {1}", DateTime.Now.Ticks, m_taskIndex);
117
TraceHelpers
.TraceInfo("[timing]: {0}: End work {1}", DateTime.Now.Ticks, m_taskIndex);
System\Linq\Parallel\Scheduling\Scheduling.cs (1)
106
TraceHelpers
.TraceInfo("Scheduling::GetDefaultChunkSize({0}) -- returning {1}", typeof(T), chunkSize);
System\Linq\Parallel\Scheduling\SpoolingTask.cs (5)
55
TraceHelpers
.TraceInfo("SpoolingTask::Spool: Running partition[{0}] asynchronously", i);
61
TraceHelpers
.TraceInfo("SpoolingTask::Spool: Running partition[{0}] synchronously", maxToRunInParallel);
107
TraceHelpers
.TraceInfo("SpoolingTask::Spool: Running partition[{0}] asynchronously", i);
151
TraceHelpers
.TraceInfo("SpoolingTask::Spool: Running partition[{0}] asynchronously", i);
157
TraceHelpers
.TraceInfo("SpoolingTask::Spool: Running partition[{0}] synchronously", maxToRunInParallel);
System\Linq\Parallel\Utils\ExchangeUtilities.cs (2)
101
TraceHelpers
.TraceInfo("PartitionStream<..>.HashRepartitionStream(..):: creating **RE**partitioned stream for nested operator");
109
TraceHelpers
.TraceInfo("PartitionStream<..>.HashRepartitionStream(..):: creating **RE**partitioned stream for nested operator");