Skip to main content
added 13 characters in body; added 6 characters in body
Source Link
user6365
user6365

I feel that in order to create realistic real-life games, game developers need some ways to monitor the system itself i.e. players' moves, other events and the state of the system itself. I know that creation of profiling/tracing -systems is not that easy, look how many people have tried to do better coverage -program in Python and fell far away from the original coverage.py. I am may be associating profiling/tracing wrongly to this game-development phase of dynamic monitoring but I am interested to know where/how profiling and tracing -techniques such as pythonic sys.settrace() are used in game development? What is their purpose and what are the dynamic event monitoring systems really called? Game engine? Please, let me know whether there are some ready systems to advance in profiling/tracing -areas.

  1. I may be associating profiling/tracing wrongly to this game-development phase of dynamic monitoring but I am interested to know where/how profiling and tracing -techniques such as pythonic sys.settrace() are used in game development?
  2. What is their purpose and what are the dynamic event monitoring systems really called? Game engines?
  3. Are there some ready systems to advance/investigate profiling/tracing -areas in game development?

I feel that in order to create realistic real-life games, game developers need some ways to monitor the system itself i.e. players' moves, other events and the state of the system itself. I know that creation of profiling/tracing -systems is not that easy, look how many people have tried to do better coverage -program in Python and fell far away from the original coverage.py. I am may be associating profiling/tracing wrongly to this game-development phase of dynamic monitoring but I am interested to know where/how profiling and tracing -techniques such as pythonic sys.settrace() are used in game development? What is their purpose and what are the dynamic event monitoring systems really called? Game engine? Please, let me know whether there are some ready systems to advance in profiling/tracing -areas.

I feel that in order to create realistic real-life games, game developers need some ways to monitor the system itself i.e. players' moves, other events and the state of the system itself. I know that creation of profiling/tracing -systems is not that easy, look how many people have tried to do better coverage -program in Python and fell far away from the original coverage.py.

  1. I may be associating profiling/tracing wrongly to this game-development phase of dynamic monitoring but I am interested to know where/how profiling and tracing -techniques such as pythonic sys.settrace() are used in game development?
  2. What is their purpose and what are the dynamic event monitoring systems really called? Game engines?
  3. Are there some ready systems to advance/investigate profiling/tracing -areas in game development?
Source Link
user6365
user6365

How are profiling- and tracing -techniques used in Game Development?

I feel that in order to create realistic real-life games, game developers need some ways to monitor the system itself i.e. players' moves, other events and the state of the system itself. I know that creation of profiling/tracing -systems is not that easy, look how many people have tried to do better coverage -program in Python and fell far away from the original coverage.py. I am may be associating profiling/tracing wrongly to this game-development phase of dynamic monitoring but I am interested to know where/how profiling and tracing -techniques such as pythonic sys.settrace() are used in game development? What is their purpose and what are the dynamic event monitoring systems really called? Game engine? Please, let me know whether there are some ready systems to advance in profiling/tracing -areas.