OSDN Git Service

#xxxxx デバッグ用の情報として、論理コア数だけでなく、物理コア数も記録するよう修正。
authoryyagi <yyagi.dtxmania@gmail.com>
Thu, 31 Jan 2019 14:20:46 +0000 (23:20 +0900)
committeryyagi <yyagi.dtxmania@gmail.com>
Thu, 31 Jan 2019 14:20:46 +0000 (23:20 +0900)
DTXMania/コード/全体/CDTXMania.cs

index 8b99803..2dcd168 100644 (file)
@@ -3152,6 +3152,7 @@ namespace DTXMania
                                Trace.TraceInformation("MaxClockSpeed = {0}MHz", mo["MaxClockSpeed"]);
                                Trace.TraceInformation("L2CacheSize   = {0}KB", mo["L2CacheSize"]);
                                Trace.TraceInformation("L3CacheSize   = {0}KB", mo["L3CacheSize"]);
+                               Trace.TraceInformation("NumberOfCores = {0}", mo["NumberOfCores"]);
                                Trace.TraceInformation("NumberOfLogicalProcessors = {0}", mo["NumberOfLogicalProcessors"]);
                        }
                        moc.Dispose();