Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (404)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Xith3D profiling and debugging  (Read 1112 times)
0 Members and 1 Guest are viewing this topic.
Offline Jens

Senior Member




Java for games!


« Posted 2003-11-29 20:37:37 »

How is the Xith3D profiling and debugging supposed to work?

I thought the following code prints all internal debug messages to a file:

1  
2  
3  
FileLog fileLog = new FileLog(LogType.DEBUG, "/some/path/test.txt");
LogManager logMgr = new LogManager();
logMgr.registerLog(fileLog);


This creates an empty file. My test app only displays a cube and two overlays, but there still should be some debugging information. (Or not?)

If I use

1  
view.renderDebug(canvas3D, "/some/path/test2.txt");


the debugging stuff gets written to the console instead of the file.

If there are already some code examples for debugging and profiling please point me to them.

Xith3D Getting Started Guide (PDF,HTML,Source)
Offline mix

Senior Newbie




In the long run, we're all dead. - Keynes


« Reply #1 - Posted 2003-11-30 03:47:20 »

How does the internals of that work?  Not knowing - might I suggest log4j ?

Eric
Offline Jens

Senior Member




Java for games!


« Reply #2 - Posted 2003-11-30 07:34:51 »

Yes, internally log4j is used.

Xith3D Getting Started Guide (PDF,HTML,Source)
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Jens

Senior Member




Java for games!


« Reply #3 - Posted 2003-12-01 06:38:47 »

Really no one using the builtin logging and profiling functions? Come on, I know you use them.  Grin

Xith3D Getting Started Guide (PDF,HTML,Source)
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #4 - Posted 2003-12-01 06:49:48 »

Nope, not hit any problems where I thought it might help yet. But then the Xith usage I'm doing is fairly trivial I suppose.

Kev

Offline Jens

Senior Member




Java for games!


« Reply #5 - Posted 2003-12-01 09:02:51 »

At least the profiling works, if I use Log.log instead of a LogManager. However it doesn't seem to help to find out something about the performance of the userinterface.

Xith3D Getting Started Guide (PDF,HTML,Source)
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Try the Free Demo of Revenge of the Titans

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (32 views)
2013-05-17 21:29:12

alaslipknot (41 views)
2013-05-16 21:24:48

gouessej (71 views)
2013-05-16 00:53:38

gouessej (70 views)
2013-05-16 00:17:58

theagentd (78 views)
2013-05-15 15:01:13

theagentd (73 views)
2013-05-15 15:00:54

StreetDoggy (113 views)
2013-05-14 15:56:26

kutucuk (137 views)
2013-05-12 17:10:36

kutucuk (137 views)
2013-05-12 15:36:09

UnluckyDevil (145 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.091 seconds with 22 queries.