[eq-commit] SF.net SVN: equalizer: [1852] trunk/src
Brought to you by:
eile
|
From: <ei...@us...> - 2008-04-30 14:01:32
|
Revision: 1852
http://equalizer.svn.sourceforge.net/equalizer/?rev=1852&view=rev
Author: eile
Date: 2008-04-30 07:01:19 -0700 (Wed, 30 Apr 2008)
Log Message:
-----------
Implement statistics overlay rendering:
- Draw statistics overlay directly before swap buffers (debug build only)
- Introduce per-config global clock
- Gather statistics using global clock at ms precision
- Add statistics: window swap, config start and finish frame, missing wait frame
- Use 'nicest' statistics in debug build
[x] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/channel.h
trunk/src/lib/client/commands.h
trunk/src/lib/client/compositor.cpp
trunk/src/lib/client/config.cpp
trunk/src/lib/client/config.h
trunk/src/lib/client/event.cpp
trunk/src/lib/client/event.h
trunk/src/lib/client/node.cpp
trunk/src/lib/client/node.h
trunk/src/lib/client/packets.h
trunk/src/lib/client/pipe.cpp
trunk/src/lib/client/pipe.h
trunk/src/lib/client/types.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
trunk/src/lib/net/node.cpp
trunk/src/server/config.cpp
trunk/src/server/global.cpp
trunk/src/server/loader.l
trunk/src/server/loader.y
trunk/src/server/node.h
trunk/src/server/pipe.cpp
trunk/src/server/window.cpp
Added Paths:
-----------
trunk/src/lib/client/channelStatistics.cpp
trunk/src/lib/client/channelStatistics.h
trunk/src/lib/client/configStatistics.cpp
trunk/src/lib/client/configStatistics.h
trunk/src/lib/client/windowStatistics.cpp
trunk/src/lib/client/windowStatistics.h
Removed Paths:
-------------
trunk/src/lib/client/scopedStatistics.cpp
trunk/src/lib/client/scopedStatistics.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|