CAPLProfiler::Stop
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Stops the time measurement of the profiler. Stop() must be 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.
- -1: Profiler is not running (Start was not called).