For the moment, disable the output of the 'scene' statistics in SimExtraStatsCollector
and thus for the command 'show stats' because it is ugly and most of the information is already output in the formatted printout that appears before.0.7.4-extended
parent
38767d5984
commit
67ffb085e1
|
@ -359,8 +359,9 @@ Asset service request failures: {3}" + Environment.NewLine,
|
||||||
inPacketsPerSecond, outPacketsPerSecond, pendingDownloads, pendingUploads, unackedBytes, totalFrameTime,
|
inPacketsPerSecond, outPacketsPerSecond, pendingDownloads, pendingUploads, unackedBytes, totalFrameTime,
|
||||||
netFrameTime, physicsFrameTime, otherFrameTime, agentFrameTime, imageFrameTime));
|
netFrameTime, physicsFrameTime, otherFrameTime, agentFrameTime, imageFrameTime));
|
||||||
|
|
||||||
|
/* 20130319 RA: For the moment, disable the dump of 'scene' catagory as they are mostly output by
|
||||||
|
* the two formatted printouts above.
|
||||||
SortedDictionary<string, SortedDictionary<string, Stat>> sceneStats;
|
SortedDictionary<string, SortedDictionary<string, Stat>> sceneStats;
|
||||||
|
|
||||||
if (StatsManager.TryGetStats("scene", out sceneStats))
|
if (StatsManager.TryGetStats("scene", out sceneStats))
|
||||||
{
|
{
|
||||||
foreach (KeyValuePair<string, SortedDictionary<string, Stat>> kvp in sceneStats)
|
foreach (KeyValuePair<string, SortedDictionary<string, Stat>> kvp in sceneStats)
|
||||||
|
@ -374,6 +375,7 @@ Asset service request failures: {3}" + Environment.NewLine,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
sb.Append(Environment.NewLine);
|
sb.Append(Environment.NewLine);
|
||||||
|
|
Loading…
Reference in New Issue