-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-questionA question about expected behavior or functionalityA question about expected behavior or functionality
Description
I have a function that takes more time than I would like to.
I call this function in many unit tests and I would like to improve the overall performance of the function.
How can I see what takes time for each unit test? (ideally a line-by-line analysis)
The CPU profiler seems to be accessible only when running the app.
isaaclyman
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-questionA question about expected behavior or functionalityA question about expected behavior or functionality