Last updated
Last updated
Retrieve ranking results from the profiler with a given ID.
This is the ranking of most executed methods, where each record has the same structure the tree node for the tree results (see ).
This is the structure of a node
:
Where,
signature
is the method signature (class>>selector
), and
value
represents the percent of time in that method
URL: /profilers/{id}/ranking
Method: GET
Code : 200 OK
Example:: GET /profilers/1/ranking
(list is cutted to avoid a senseless long example)