Profiler Object:Initiate Profiling
Jump to navigation
Jump to search
You must call StartProfiling before you start specifying column and row content. After calling StartProfiling, changes to the column specifications (i.e., AddColumn, SetColumnCustomPattern, etc.) will be ignored.
StartProfiling
This function starts profiling the added columns. After calling StartProfiling, any changes to the setup will be ignored and the object will be ready for you to start feeding it data.
Syntax | profiler->StartProfiling(); |
---|---|
C | mdProfilerStartProfiling(profiler); |
.Net | profiler.StartProfiling(); |