Changes between Version 6 and Version 7 of MapGuideRfc110


Ignore:
Timestamp:
Feb 23, 2011, 9:47:26 AM (13 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc110

    v6 v7  
    4343                               MgColor* backgroundColor,
    4444                               CREFSTRING format,
    45                                bool bKeepSelection);
     45                               bool bKeepSelection,
     46                               INT32 runs);
    4647}}}
    4748
     
    5051MgByteReader* ProfileRenderDynamicOverlay(MgMap* map,
    5152                                          MgSelection* selection,
    52                                           MgRenderingOptions* options);
     53                                          MgRenderingOptions* options,
     54                                          INT32 runs);
    5355}}}
    5456
     
    5860                                     INT32 height,
    5961                                     MgColor* backgroundColor,
    60                                      CREFSTRING format);
     62                                     CREFSTRING format,
     63                                     INT32 runs);
    6164}}}
    6265
    6366{{{
    64 MgByteReader* ProfileResource(MgResourceIdentifier* resource)
     67MgByteReader* ProfileResource(MgResourceIdentifier* resource, INT32 runs)
    6568}}}
    6669
     
    7679All of the above APIs will return an XML document that contains the profiling information gathered.
    7780
    78 == Information gathered ==
     81== Information Gathered ==
    7982
    8083The profiling information gathered will contain a collection of the items below depending on what is applicable.