28 references to WriteLine
Microsoft.Build (3)
BackEnd\Components\Scheduler\SchedulingPlan.cs (3)
263Console.WriteLine("{0}: {1} {2}", configuration.Key, configuration.Value.ReferencesCount, configuration.Value.ConfigFullPath); 279Console.WriteLine("{0}: {1} {2}", configId, _configIdToPaths[configId].Count, _configIdToData[configId].ConfigFullPath); 341Console.WriteLine("{0}: {1} {2}", config.ConfigId, config.AccumulatedTime, config.ConfigFullPath);
Microsoft.ML.Samples (15)
Dynamic\TensorFlow\TextClassification.cs (2)
67Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})", "Features", 72Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})",
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (2)
61Console.WriteLine("The {0}-th example with features [{1}] is " + 66Console.WriteLine("The {0}-th example with features [{1}] is " +
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (2)
69Console.WriteLine("The {0}-th example with features [{1}] is" + 74Console.WriteLine("The {0}-th example with features [{1}] is" +
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportance.cs (1)
66Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\MulticlassClassification\PermutationFeatureImportanceLoadFromDisk.cs (1)
74Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\Ranking\PermutationFeatureImportance.cs (1)
67Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Trainers\Ranking\PermutationFeatureImportanceLoadFromDisk.cs (1)
74Console.WriteLine("{0}\t{1:G4}\t{2:G4}",
Dynamic\Transforms\CalculateFeatureContributionCalibrated.cs (1)
43Console.WriteLine("Bias: {0} Feature1: {1} Feature2: {2}",
Dynamic\Transforms\ImageAnalytics\ConvertToImage.cs (2)
50Console.WriteLine("{0, -25} {1, -25} {2, -25}", "Features", "Image", 77Console.WriteLine("{0, -25} {1, -25} {2, -25}", string.Join(",",
Dynamic\Transforms\ImageAnalytics\LoadImages.cs (2)
61Console.WriteLine("{0, -25} {1, -25} {2, -25}", "ImagePath", "Name", 89Console.WriteLine("{0, -25} {1, -25} {2, -25}",
Microsoft.ML.Samples.GPU (2)
docs\samples\Microsoft.ML.Samples\Dynamic\TensorFlow\TextClassification.cs (2)
67Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})", "Features", 72Console.WriteLine("Name: {0}, Type: {1}, Shape: (-1, {2})",
MSBuild (7)
XMake.cs (7)
439Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Working Set", currentProcess.PeakWorkingSet64, "bytes"); 440Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Paged Memory", currentProcess.PeakPagedMemorySize64, "bytes"); // Not very useful one 441Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Virtual Memory", currentProcess.PeakVirtualMemorySize64, "bytes"); // Not very useful one 442Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Privileged Processor Time", currentProcess.PrivilegedProcessorTime.TotalMilliseconds, "ms"); 443Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak User Processor Time", currentProcess.UserProcessorTime.TotalMilliseconds, "ms"); 444Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Total Processor Time", currentProcess.TotalProcessorTime.TotalMilliseconds, "ms"); 545Console.WriteLine("||{0,50}|{1}|{2,8}|", counter.CounterName, valueString, friendlyCounterType);
ReachFramework (1)
AlphaFlattener\Utility.cs (1)
55Console.WriteLine("{0} {1} {2}", s_count, elapsed.TotalSeconds, s_total);