lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Add an ANT task to remove engine metrics calls for distribution #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Engine metrics calls cost time to execute, and are really only good for 
debugging purposes.  Write an ANT task that will locate and remove:

Engine.addMetric
Engine.removeMetric
Engine.renderMetrics
Engine.updateMetrics

From any portion of the code, and/or demos and user-written code when creating 
a distribution version.

Original issue reported on code.google.com by bfatt...@gmail.com on 16 Jul 2010 at 2:53

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 20 Jul 2010 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 21 Jul 2010 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 9 Nov 2010 at 2:41