Show More
Commit Description:
Add timers for Simulation and various engines...
Commit Description:
Add timers for Simulation and various engines
Starting to add additional timers for different stages of the process of
updating in order to get more insight into what is slowing it down.
The update takes 9ms, which is much longer than it used to.
Engine-specific timers are coming later.
References:
File last commit:
Show/Diff file:
Action:
FNA/README
26 lines | 703 B | text/plain | TextLexer
26 lines | 703 B | text/plain | TextLexer
r0 | This is FNA, an XNA4 reimplementation that focuses solely on developing a fully | |||
accurate XNA4 runtime for the desktop. | ||||
Project Website: http://fna-xna.github.io/ | ||||
License | ||||
------- | ||||
FNA is released under the Microsoft Public License. See LICENSE for details. | ||||
FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license. | ||||
See lzxdecoder.LICENSE for details. | ||||
FNA uses code from the Mono.Xna project, released under the MIT license. | ||||
See monoxna.LICENSE for details. | ||||
Documentation | ||||
------------- | ||||
Documentation for FNA can be found on the FNA wiki: | ||||
https://github.com/FNA-XNA/FNA/wiki | ||||
Found an issue? | ||||
--------------- | ||||
Issues and patches can be reported via GitHub: | ||||
https://github.com/FNA-XNA/FNA/issues | ||||