Open topic with navigation CAPL Functions » General » Function Overview » CAPLProfiler::GetCallCountDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CAPLProfiler::GetCallCount
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Returns the number of measured profiler calls (i.e., times between Start and Stop). With this method, you can also use the profiler to check how often some code is called.Parameters
—Return Values
- 0: No measurements yet.
- > 0: Number of measurements.