CAPLProfiler::Start
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Starts the time measurement of the profiler. It will run until Stop() has been called as many times as Start() has been called. Then the measured time is used to update the statistics of the profiler.Parameters
—Return Values
- 0: Success
- > 0: Profiler was already running. You will need to call Stop once for each Start call.