Comments on: Monitoring your game I record timestamps in the data stream, so that I can sort the events in the presentation layer. In the profiler, I also record the thread id and the core id of each event, so that I can present on what threads events happen and which core was processing the thread at that moment. I record timestamps in the data stream, so that I can sort the events in the presentation layer.

In the profiler, I also record the thread id and the core id of each event, so that I can present on what threads events happen and which core was processing the thread at that moment.

]]>
By: nicolas/2011/05/26/monitoring-your-game/#comment-5850 nicolas Sat, 18 Jun 2011 20:36:24 +0000 You guys always inspire me. Thx for all the great ideas! You guys always inspire me. Thx for all the great ideas!

]]>
By: Herman Tulleken/2011/05/26/monitoring-your-game/#comment-4909 Herman Tulleken Thu, 26 May 2011 20:58:17 +0000 )

The string pointer idea is a nice trick, we have had problems with it if we log too much.

]]>