Profiler Object:Profiling
Jump to navigation
Jump to search
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(); |