| |||
| Home > Class Reference > The CADIProfiling class > CADIProfiling::CADIProfileInitInstructionResultArray() |
This method prepares instruction profiling according to the
given array by setting instructions, FID,
and name. pathToInstructionInLISASource
virtual CADIReturn_t CADIProfiling::CADIProfileInitInstructionResultArray(
uint32_t numberOfInstructions,
CADIInstructionProfileResults_t * instructions,
uint32_t & actualNumberOfInstructions) =0;
where:
numberOfInstructionsis the desired number of array entries to be prepared.
instructionsis an array that contains the values to use for preparing profiling. See CADIInstructionProfileResults_t.
actualNumberOfInstructionsis the number of array entries actually prepared.