Changes between Version 12 and Version 13 of MapGuideRfc110


Ignore:
Timestamp:
May 4, 2011, 7:43:10 PM (13 years ago)
Author:
liuar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc110

    v12 v13  
    5757== Information Gathered ==
    5858
    59 The profiling information gathered will contain a collection of the items below.
     59The profiling information gathered for ProfileRenderMap and ProfileRenderDynamicOverlay
    6060
    6161!ProfileRenderMap:
     
    256256== Implications ==
    257257
    258 To profile an existing !MapGuide API, the profiling code will be injected into the original functions being profiled, which means !MgServerServices should be extended to accept a !MgProfileResult and the implementation of some APIs will be updated to support profiling. For example, to support profiling !RenderMap, !MgRenderingServerServices needs to be extented by inheriting from !MgProfileManager which provides set/get method for MgProfileResult.
    259 
    260 [[Image(Class Diagram.PNG)]]
     258To profile an existing !MapGuide API, the profiling code will be injected into the original functions being profiled, which means !MgServerServices should be extended to accept a !MgProfileResult and the implementation of some APIs will be updated to support profiling. For example, to support profiling !RenderMap, !MgRenderingServerServices needs to be extented by inheriting from !MgProfileManager which provides set/get method for !MgProfileResult.
     259
     260[[Image(Class Diagram.png)]]
    261261
    262262== Test Plan ==