[mapguide-users] Re: Performance analysis tools/hooks?

Jackie Ng jumpinjackie at gmail.com
Thu Jun 16 21:15:41 EDT 2011


There is a proposal to add services for profiling performance:

http://trac.osgeo.org/mapguide/wiki/MapGuideRfc110

But it is quite simple to roll your own using the decorator pattern:

http://en.wikipedia.org/wiki/Decorator_pattern

Each method in the decorator class will simply measure the time before and
after execution of each decorated method being called and store this
performance data somewhere to be read later on for analysis.

- Jackie

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Performance-analysis-tools-hooks-tp6484535p6485400.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list