Profiler Object:Profiling: Difference between revisions
Jump to navigation
Jump to search
Created page with " ← Profiler Object Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size..." |
No edit summary |
||
Line 85: | Line 85: | ||
Once all records have been submitted, call '''[[#ProfileData|ProfileData]]''' to initiate profiling.Much of the profiling is done incrementally as each record is submitted. However, certain data aggregation can only be done once all records have been submitted, and this aggregation is done at this time. | Once all records have been submitted, call '''[[#ProfileData|ProfileData]]''' to initiate profiling.Much of the profiling is done incrementally as each record is submitted. However, certain data aggregation can only be done once all records have been submitted, and this aggregation is done at this time. | ||
==ProfileData== | ==ProfileData== |
Revision as of 02:15, 7 January 2015
Once all records have been submitted, call ProfileData to initiate profiling.Much of the profiling is done incrementally as each record is submitted. However, certain data aggregation can only be done once all records have been submitted, and this aggregation is done at this time.
ProfileData
This function starts profiling the submitted records. Data aggregation starts when this function gets called.
Syntax | profiler->ProfileData(); |
---|---|
C | mdProfilerProfileData(profiler); |
.Net | profiler.ProfileData(); |