Web Service Method: Request Index Unit Runtime
Abstract
Web Service Method: Request Index Unit Runtime
Description |
---|
Get the recorded runtimes of a specific unit (up to 1000 records). |
URL: /extractor/api/statistics/forclass
Supported Methods |
---|
GET |
application/x-www-form-urlencoded
Parameter | Description | Type | Required |
---|---|---|---|
className | Class name of unit (unitClassName) | String | true |
This method returns execution results in JSON format.
Runtime profiles of an execution class.
Attribute | Type | Comment |
---|---|---|
className | String | Human readable name of the class that was measured. |
executionTimes | Array of Long | List of runtime execution times in ms |