Agent.GetInstructionStatistics
Module | Agent |
---|---|
Method | |
Library | Core |
Action | Returns execution statistics for instructions that the agent has processed since the last time it was started/restarted. |
Parameters | (None) |
Return values | For each instruction for which the agent has data:
|
Example | Agent.GetInstructionStatistics(); |
Platforms |
|
Notes | The agent stores instruction statistics in memory, so statistics will only be available for instructions which were executed since the agent last started. |