Last updated
Last updated
Retrieve tree results from the profiler with a given ID.
This tree structure reflects how the time spent is distributed among the different methods.
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}/tree
Method: GET
Code : 200 OK
Example:: GET /profilers/1/tree
(subchildren are omitted to avoid a senseless long example)