... | @@ -58,7 +58,7 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
... | @@ -58,7 +58,7 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
|
| type | whether to run a full, hotspots-only, static-only, acceleration or history analysis. Supported values: ['full', 'hotspots', 'static', 'acceleration', 'history'] | string | This parameter implements the selection between the toolbox components as well as their individual functionalities |
|
|
| type | whether to run a full, hotspots-only, static-only, acceleration or history analysis. Supported values: ['full', 'hotspots', 'static', 'acceleration', 'history'] | string | This parameter implements the selection between the toolbox components as well as their individual functionalities |
|
|
| new | whether to run a new analysis, or return existing results (if any)| bool | From our tests, a bool parameter is considered True if and only if it is non-emtpy.
|
|
| new | whether to run a new analysis, or return existing results (if any)| bool | From our tests, a bool parameter is considered True if and only if it is non-emtpy.
|
|
|
|
|
|
After the successful execution of the analysis, a JSON report with the results is produced and sent as a response to the user. See an example of the full analysis below:
|
|
After the successful execution of the analysis, a JSON report with the results is produced and sent as a response to the user. See an example of the full analysis response below:
|
|
|
|
|
|
```
|
|
```
|
|
{
|
|
{
|
... | | ... | |