Profiler Object:Initiate 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 84: | Line 84: | ||
<div class="toclimit-2">{{CustomTOC}}</div> | <div class="toclimit-2">{{CustomTOC}}</div> | ||
You must call '''[[#StartProfiling|StartProfiling]]''' before you start specifying column and row content. After calling '''[[#StartProfiling|StartProfiling]]''', changes to the column specifications (i.e., '''[[Profiler Object:Column Specification#AddColumn|AddColumn]]''', etc.) will be ignored. | You must call '''[[#StartProfiling|StartProfiling]]''' before you start specifying column and row content. After calling '''[[#StartProfiling|StartProfiling]]''', changes to the column specifications (i.e., '''[[Profiler Object:Column Specification#AddColumn|AddColumn]]''', '''[[Profiler Object:Column Specification#SetColumnCustomPattern|SetColumnCustomPattern]]''', etc.) will be ignored. | ||
==StartProfiling== | ==StartProfiling== |
Revision as of 21:49, 6 January 2015
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(); |